Commit 9bc338af authored by Fabien Potencier's avatar Fabien Potencier

minor #1136 Add docblock for the $app field (JPry)

This PR was submitted for the master branch but it was merged into the 1.2 branch instead (closes #1136).

Discussion
----------

Add docblock for the $app field

Add a docblock to the `$app` field variable, to help out IDEs.

There's not much else to say on this one :)

Commits
-------

33edafe7 Add docblock for the $app field
parents b75eac18 33edafe7
......@@ -21,6 +21,11 @@ use Symfony\Component\HttpKernel\HttpKernel;
*/
abstract class WebTestCase extends \PHPUnit_Framework_TestCase
{
/**
* Application instance.
*
* @var Application
*/
protected $app;
/**
......
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