| Total Complexity | 5 |
| Total Lines | 46 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class ZendTest extends \PHPUnit\Framework\TestCase |
||
|
|
|||
| 12 | { |
||
| 13 | private $object; |
||
| 14 | private $mock; |
||
| 15 | |||
| 16 | |||
| 17 | /** |
||
| 18 | * Sets up the fixture, for example, opens a network connection. |
||
| 19 | * This method is called before a test is executed. |
||
| 20 | * |
||
| 21 | * @access protected |
||
| 22 | */ |
||
| 23 | protected function setUp() |
||
| 31 | } |
||
| 32 | |||
| 33 | |||
| 34 | /** |
||
| 35 | * Tears down the fixture, for example, closes a network connection. |
||
| 36 | * This method is called after a test is executed. |
||
| 37 | * |
||
| 38 | * @access protected |
||
| 39 | */ |
||
| 40 | protected function tearDown() |
||
| 41 | { |
||
| 42 | } |
||
| 43 | |||
| 44 | |||
| 45 | public function testCreateMessage() |
||
| 49 | } |
||
| 50 | |||
| 51 | |||
| 52 | public function testSend() |
||
| 57 | } |
||
| 58 | } |
||
| 59 |
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