| Conditions | 1 |
| Paths | 1 |
| Total Lines | 14 |
| Code Lines | 11 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | function SchemasGroupTest() |
||
| 28 | {
|
||
| 29 | $this->GroupTest('Schema management group test.');
|
||
| 30 | |||
| 31 | $this->addTestClass(new TableTest()); |
||
| 32 | $this->addTestClass(new ViewTest()); |
||
| 33 | $this->addTestClass(new SequenceTest()); |
||
| 34 | $this->addTestClass(new FunctionTest()); |
||
| 35 | $this->addTestClass(new TypeTest()); |
||
| 36 | $this->addTestClass(new DomainTest()); |
||
| 37 | $this->addTestClass(new AggregateTest()); |
||
| 38 | $this->addTestClass(new OperatorTest()); |
||
| 39 | $this->addTestClass(new OpClassTest()); |
||
| 40 | $this->addTestClass(new ConversionTest()); |
||
| 41 | } |
||
| 44 |
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