1 | <?php |
||
2 | |||
3 | /* |
||
4 | * This file is part of the FOSHttpCache package. |
||
5 | * |
||
6 | * (c) FriendsOfSymfony <http://friendsofsymfony.github.com/> |
||
7 | * |
||
8 | * For the full copyright and license information, please view the LICENSE |
||
9 | * file that was distributed with this source code. |
||
10 | */ |
||
11 | |||
12 | namespace FOS\HttpCache\Test; |
||
13 | |||
14 | use PHPUnit\Framework\TestCase; |
||
0 ignored issues
–
show
|
|||
15 | |||
16 | /** |
||
17 | * Abstract test that contains traits necessary for running tests against Varnish. |
||
18 | */ |
||
19 | abstract class VarnishTestCase extends TestCase |
||
20 | { |
||
21 | use CacheAssertions; |
||
22 | use HttpCaller; |
||
23 | use VarnishTest; |
||
24 | } |
||
25 |
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