Make testsiote compatible with php 7.2, 1st pass
[plcapi.git] / test / PHPUnit / TestResult.php
index 6d1c37a..0ccbfe6 100644 (file)
 require_once 'PHPUnit/TestFailure.php';
 require_once 'PHPUnit/TestListener.php';
 
-if (!function_exists('is_a')) {
-    require_once 'PHP/Compat/Function/is_a.php';
-}
-
 /**
  * A TestResult collects the results of executing a test case.
  *