We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ea92a commit b622e6aCopy full SHA for b622e6a
src/Symfony/Bundle/AsseticBundle/Tests/DependencyInjection/AsseticExtensionTest.php
@@ -43,6 +43,10 @@ protected function setUp()
43
$this->markTestSkipped('Assetic is not available.');
44
}
45
46
+ if (false === @include 'PHP/CodeSniffer.php') {
47
+ $this->markTestSkipped('PHP_CodeSniffer is not installed.');
48
+ }
49
+
50
$this->kernel = $this->getMockBuilder('Symfony\\Component\\HttpKernel\\Kernel')
51
->disableOriginalConstructor()
52
->getMock();
0 commit comments