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
15de1ac0
Commit
15de1ac0
authored
Jun 13, 2012
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed CS
parent
4e02c5b0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/Silex/WebTestCase.php
src/Silex/WebTestCase.php
+2
-1
tests/Silex/Tests/Provider/SessionServiceProviderTest.php
tests/Silex/Tests/Provider/SessionServiceProviderTest.php
+0
-1
No files found.
src/Silex/WebTestCase.php
View file @
15de1ac0
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
namespace
Silex
;
namespace
Silex
;
use
Symfony\Component\HttpKernel\Client
;
use
Symfony\Component\HttpKernel\Client
;
use
Symfony\Component\HttpKernel\HttpKernel
;
/**
/**
* WebTestCase is the base class for functional tests.
* WebTestCase is the base class for functional tests.
...
@@ -36,7 +37,7 @@ abstract class WebTestCase extends \PHPUnit_Framework_TestCase
...
@@ -36,7 +37,7 @@ abstract class WebTestCase extends \PHPUnit_Framework_TestCase
/**
/**
* Creates the application.
* Creates the application.
*
*
* @return
\Symfony\Component\HttpKernel\
HttpKernel
* @return HttpKernel
*/
*/
abstract
public
function
createApplication
();
abstract
public
function
createApplication
();
...
...
tests/Silex/Tests/Provider/SessionServiceProviderTest.php
View file @
15de1ac0
...
@@ -16,7 +16,6 @@ use Silex\WebTestCase;
...
@@ -16,7 +16,6 @@ use Silex\WebTestCase;
use
Silex\Provider\SessionServiceProvider
;
use
Silex\Provider\SessionServiceProvider
;
use
Symfony\Component\HttpFoundation\Request
;
use
Symfony\Component\HttpFoundation\Request
;
use
Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage
;
/**
/**
* SessionProvider test cases.
* SessionProvider test cases.
...
...
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