Преглед на файлове

[FrameworkBundle] Fixed reference to old class

Brandon Turner преди 14 години
родител
ревизия
2fd9ffbaee
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php

@@ -3,10 +3,10 @@
 namespace Symfony\Bundle\FrameworkBundle\Test;
 
 use Symfony\Bundle\FrameworkBundle\Client;
-use Symfony\Bundle\FrameworkBundle\WebTestCase as BaseWebTestCase;
 use Symfony\Component\Finder\Finder;
 use Symfony\Component\HttpFoundation\Response;
 use Symfony\Component\HttpKernel\HttpKernelInterface;
+use Symfony\Component\HttpKernel\Test\WebTestCase as BaseWebTestCase;
 
 /*
  * This file is part of the Symfony package.