Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
821b189f
Commit
821b189f
authored
Apr 17, 2011
by
Igor Wiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix extension test namespaces
parent
c5aaea4f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
tests/Silex/Tests/Extension/MonologExtensionTest.php
tests/Silex/Tests/Extension/MonologExtensionTest.php
+1
-1
tests/Silex/Tests/Extension/SessionExtensionTest.php
tests/Silex/Tests/Extension/SessionExtensionTest.php
+1
-1
tests/Silex/Tests/Extension/TwigExtensionTest.php
tests/Silex/Tests/Extension/TwigExtensionTest.php
+1
-1
tests/Silex/Tests/Extension/UrlGeneratorExtensionTest.php
tests/Silex/Tests/Extension/UrlGeneratorExtensionTest.php
+1
-1
No files found.
tests/Silex/Tests/Extension/MonologExtensionTest.php
View file @
821b189f
...
...
@@ -9,7 +9,7 @@
* with this source code in the file LICENSE.
*/
namespace
Silex\Tests
;
namespace
Silex\Tests
\Extension
;
use
Monolog\Handler\TestHandler
;
...
...
tests/Silex/Tests/Extension/SessionExtensionTest.php
View file @
821b189f
...
...
@@ -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
;
...
...
tests/Silex/Tests/Extension/TwigExtensionTest.php
View file @
821b189f
...
...
@@ -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
;
...
...
tests/Silex/Tests/Extension/UrlGeneratorExtensionTest.php
View file @
821b189f
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment