public function ConditionTestDualUserTest::testConditions in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\TestsCode
public function testConditions() {
$this
->doTestIdenticalUser();
$this
->doTestDifferentUser();
}