Commit 821b189f authored by Igor Wiedler's avatar Igor Wiedler

fix extension test namespaces

parent c5aaea4f
......@@ -9,7 +9,7 @@
* with this source code in the file LICENSE.
*/
namespace Silex\Tests;
namespace Silex\Tests\Extension;
use Monolog\Handler\TestHandler;
......
......@@ -9,7 +9,7 @@
* with this source code in the file LICENSE.
*/
namespace Silex\Tests;
namespace Silex\Tests\Extension;
use Silex\Application;
use Silex\Extension\SessionExtension;
......
......@@ -9,7 +9,7 @@
* with this source code in the file LICENSE.
*/
namespace Silex\Tests;
namespace Silex\Tests\Extension;
use Silex\Application;
use Silex\Extension\TwigExtension;
......
......@@ -9,7 +9,7 @@
* with this source code in the file LICENSE.
*/
namespace Silex\Tests;
namespace Silex\Tests\Extension;
use Silex\Application;
use Silex\Extension\UrlGeneratorExtension;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment