소스 검색

[AsseticBundle] fixed unit tests

Fabien Potencier 14 년 전
부모
커밋
d2840aaad3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Symfony/Bundle/AsseticBundle/Tests/DependencyInjection/AsseticExtensionTest.php

+ 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.');
         }