There was an error while loading. Please reload this page.
1 parent b622e6a commit d2840aaCopy full SHA for d2840aa
src/Symfony/Bundle/AsseticBundle/Tests/DependencyInjection/AsseticExtensionTest.php
@@ -43,7 +43,7 @@ protected function setUp()
43
$this->markTestSkipped('Assetic is not available.');
44
}
45
46
- if (false === @include 'PHP/CodeSniffer.php') {
+ if (false === @include_once 'PHP/CodeSniffer.php') {
47
$this->markTestSkipped('PHP_CodeSniffer is not installed.');
48
49
0 commit comments