function ConditionTestDualUserTest::testConditions
Tests the dual user condition.
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Condition/ ConditionTestDualUserTest.php, line 51
Class
- ConditionTestDualUserTest
- Tests a condition that requires two users.
Namespace
Drupal\KernelTests\Core\Plugin\ConditionCode
public function testConditions() {
$this->doTestIdenticalUser();
$this->doTestDifferentUser();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.