Total Complexity | 2 |
Total Lines | 28 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | <?php |
||
6 | class SchemaTest extends TestCase |
||
7 | { |
||
8 | private Connection $connection; |
||
9 | private Schema $schema; |
||
10 | // setup |
||
11 | public function setUp(): void |
||
12 | { |
||
13 | $dsn = 'mysql:host=localhost;dbname=crudites;charset=utf8'; |
||
14 | $this->connection = new Connection($dsn, 'root', 'changeme0'); |
||
15 | |||
16 | // code to execute before each test |
||
17 | } |
||
18 | |||
19 | public function testTables() |
||
34 | |||
35 | } |
||
39 |
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