Update Tests/Functional/ConfigurationTest.php
Use Filesystem from Component instead of HttpKernel one
This commit is contained in:
parent
805c4342a2
commit
e4fea9baad
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
namespace Knp\Bundle\GaufretteBundle\Tests\Functional;
|
namespace Knp\Bundle\GaufretteBundle\Tests\Functional;
|
||||||
|
|
||||||
use Symfony\Component\HttpKernel\Util\Filesystem;
|
use Symfony\Component\Filesystem\Filesystem;
|
||||||
|
|
||||||
class ConfigurationTest extends \PHPUnit_Framework_TestCase
|
class ConfigurationTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user