You are here

public function ConditionTestDualUserTest::testConditions in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/condition_test/src/Tests/ConditionTestDualUserTest.php \Drupal\condition_test\Tests\ConditionTestDualUserTest::testConditions()

Tests the dual user condition.

File

core/modules/system/tests/modules/condition_test/src/Tests/ConditionTestDualUserTest.php, line 57
Contains \Drupal\condition_test\Tests\ConditionTestDualUserTest.

Class

ConditionTestDualUserTest
Tests a condition that requires two users.

Namespace

Drupal\condition_test\Tests

Code

public function testConditions() {
  $this
    ->doTestIdenticalUser();
  $this
    ->doTestDifferentUser();
}