Update Tests/Functional/ConfigurationTest.php

Use Filesystem from Component instead of HttpKernel one
This commit is contained in:
Leszek Prabucki 2012-09-06 18:02:21 +03:00
parent 805c4342a2
commit e4fea9baad

View File

@ -2,7 +2,7 @@
namespace Knp\Bundle\GaufretteBundle\Tests\Functional;
use Symfony\Component\HttpKernel\Util\Filesystem;
use Symfony\Component\Filesystem\Filesystem;
class ConfigurationTest extends \PHPUnit_Framework_TestCase
{