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
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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.
Please register or to comment