File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed
SecurityBundle/Tests/Functional Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 <parameters >
88 <parameter key =" event_dispatcher.class" >Symfony\Bundle\FrameworkBundle\ContainerAwareEventDispatcher</parameter >
99 <parameter key =" http_kernel.class" >Symfony\Bundle\FrameworkBundle\HttpKernel</parameter >
10- <parameter key =" filesystem.class" >Symfony\Component\HttpKernel\Util \Filesystem</parameter >
10+ <parameter key =" filesystem.class" >Symfony\Component\Filesystem \Filesystem</parameter >
1111 <parameter key =" cache_warmer.class" >Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate</parameter >
1212 <parameter key =" cache_clearer.class" >Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer</parameter >
1313 <parameter key =" file_locator.class" >Symfony\Component\HttpKernel\Config\FileLocator</parameter >
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \FrameworkBundle \Tests \Functional ;
1313
14- use Symfony \Component \HttpKernel \Util \Filesystem ;
1514use Symfony \Bundle \FrameworkBundle \Test \WebTestCase as BaseWebTestCase ;
15+ use Symfony \Component \Filesystem \Filesystem ;
1616use Symfony \Component \HttpKernel \Kernel ;
1717
1818class WebTestCase extends BaseWebTestCase
Original file line number Diff line number Diff line change 3030 $ dir = dirname ($ dir );
3131}
3232
33- use Symfony \Component \HttpKernel \Util \Filesystem ;
3433use Symfony \Component \Config \Loader \LoaderInterface ;
34+ use Symfony \Component \Filesystem \Filesystem ;
3535use Symfony \Component \HttpKernel \Kernel ;
3636
3737/**
Original file line number Diff line number Diff line change 1313
1414use Symfony \Bundle \FrameworkBundle \Translation \Translator ;
1515use Symfony \Component \Translation \MessageCatalogue ;
16- use Symfony \Component \HttpKernel \ Util \Filesystem ;
16+ use Symfony \Component \Filesystem \Filesystem ;
1717use Symfony \Component \Translation \MessageSelector ;
1818
1919class TranslatorTest extends \PHPUnit_Framework_TestCase
Original file line number Diff line number Diff line change 1111
1212namespace Symfony \Bundle \SecurityBundle \Tests \Functional ;
1313
14- use Symfony \Component \HttpKernel \Util \Filesystem ;
1514use Symfony \Bundle \FrameworkBundle \Test \WebTestCase as BaseWebTestCase ;
15+ use Symfony \Component \Filesystem \Filesystem ;
1616use Symfony \Component \HttpKernel \Kernel ;
1717
1818class WebTestCase extends BaseWebTestCase
Original file line number Diff line number Diff line change 3030 $ dir = dirname ($ dir );
3131}
3232
33- use Symfony \Component \HttpKernel \Util \Filesystem ;
3433use Symfony \Component \Config \Loader \LoaderInterface ;
34+ use Symfony \Component \Filesystem \Filesystem ;
3535use Symfony \Component \HttpKernel \Kernel ;
3636
3737/**
Original file line number Diff line number Diff line change 99 * file that was distributed with this source code.
1010 */
1111
12- namespace Symfony \Component \HttpKernel \ Util ;
12+ namespace Symfony \Component \Filesystem ;
1313
1414/**
1515 * Provides basic utility to manipulate the file system.
You can’t perform that action at this time.
0 commit comments