Parcourir la source

[AsseticBundle] fixed unit tests

Fabien Potencier il y a 14 ans
Parent
commit
d2840aaad3

+ 1 - 1
src/Symfony/Bundle/AsseticBundle/Tests/DependencyInjection/AsseticExtensionTest.php

@@ -43,7 +43,7 @@ class AsseticExtensionTest extends \PHPUnit_Framework_TestCase
             $this->markTestSkipped('Assetic is not available.');
         }
 
-        if (false === @include 'PHP/CodeSniffer.php') {
+        if (false === @include_once 'PHP/CodeSniffer.php') {
             $this->markTestSkipped('PHP_CodeSniffer is not installed.');
         }