Skip to content
Snippets Groups Projects
Commit e27aff7f authored by Jennifer Hodgdon's avatar Jennifer Hodgdon
Browse files

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

parent 4b0ce935
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment