Issue #1925930 by dawehner: Document the container variable on TestBase class

8.0.x
Jennifer Hodgdon 2013-02-26 14:11:07 -08:00
parent 4b0ce935b8
commit e27aff7fd8
1 changed files with 7 additions and 0 deletions

View File

@ -161,6 +161,13 @@ abstract class TestBase {
*/
public $dieOnFail = FALSE;
/**
* The dependency injection container used in the test.
*
* @var \Symfony\Component\DependencyInjection\ContainerInterface
*/
protected $container;
/**
* Constructor for Test.
*