| Total Complexity | 4 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 6 | abstract class PhpXmlRpc_PolyfillTestCase extends TestCase |
||
| 7 | { |
||
| 8 | public function _run($result = null) { |
||
| 9 | return parent::run($result); |
||
| 10 | } |
||
| 11 | |||
| 12 | public static function _fail() {} |
||
| 13 | |||
| 14 | public function run(PHPUnit_Framework_TestResult $result = null) { |
||
|
|
|||
| 15 | return $this->_run($result); |
||
| 16 | } |
||
| 17 | |||
| 18 | public static function fail($message = '') { |
||
| 21 | } |
||
| 22 | } |
||
| 23 |
The issue could also be caused by a filter entry in the build configuration. If the path has been excluded in your configuration, e.g.
excluded_paths: ["lib/*"], you can move it to the dependency path list as follows:For further information see https://scrutinizer-ci.com/docs/tools/php/php-scrutinizer/#list-dependency-paths