Firesphere /
silverstripe-solr-compatibility
| 1 | <?php |
||
| 2 | |||
| 3 | |||
| 4 | namespace Firesphere\SolrCompatibility\Tests; |
||
| 5 | |||
| 6 | use CircleCITestIndex; |
||
|
0 ignored issues
–
show
|
|||
| 7 | use SilverStripe\Dev\SapphireTest; |
||
| 8 | |||
| 9 | class SolrIndexTest extends SapphireTest |
||
| 10 | { |
||
| 11 | public function testGetName() |
||
| 12 | { |
||
| 13 | $index = new CircleCITestIndex(); |
||
| 14 | |||
| 15 | $this->assertEquals('CircleCITestIndex', $index->getIndexName()); |
||
| 16 | } |
||
| 17 | } |
||
| 18 |
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