You are here

protected function PhpConditionTest::setUp in PHP 8

Overrides KernelTestBase::setUp

File

src/Tests/Condition/PhpConditionTest.php, line 31

Class

PhpConditionTest
Tests that the PHP Condition, provided by php module, is working properly.

Namespace

Drupal\php\Tests\Condition

Code

protected function setUp() {
  parent::setUp();
  $this->manager = $this->container
    ->get('plugin.manager.condition');
}