Issue #1925930 by dawehner: Document the container variable on TestBase class
parent
4b0ce935b8
commit
e27aff7fd8
|
@ -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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue