Commit 33edafe7 authored by Jeremy Pry's avatar Jeremy Pry Committed by Fabien Potencier

Add docblock for the $app field

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