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
b960bad3
Commit
b960bad3
authored
Jul 16, 2015
by
Possum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PHPDocs Application -> HttpKernelInterface
parent
53e599f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
src/Silex/WebTestCase.php
src/Silex/WebTestCase.php
+5
-5
No files found.
src/Silex/WebTestCase.php
View file @
b960bad3
...
...
@@ -12,7 +12,7 @@
namespace
Silex
;
use
Symfony\Component\HttpKernel\Client
;
use
Symfony\Component\HttpKernel\HttpKernel
;
use
Symfony\Component\HttpKernel\HttpKernel
Interface
;
/**
* WebTestCase is the base class for functional tests.
...
...
@@ -22,9 +22,9 @@ use Symfony\Component\HttpKernel\HttpKernel;
abstract
class
WebTestCase
extends
\PHPUnit_Framework_TestCase
{
/**
*
Application
instance.
*
HttpKernelInterface
instance.
*
* @var
Application
* @var
HttpKernelInterface
*/
protected
$app
;
...
...
@@ -42,14 +42,14 @@ abstract class WebTestCase extends \PHPUnit_Framework_TestCase
/**
* Creates the application.
*
* @return HttpKernel
* @return HttpKernel
Interface
*/
abstract
public
function
createApplication
();
/**
* Creates a Client.
*
* @param array $server
An array of s
erver parameters
* @param array $server
S
erver parameters
*
* @return Client A Client instance
*/
...
...
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