public function OgRoleTest::booleanProvider in Organic groups 8
Provides boolean data.
File
- tests/
src/ Unit/ OgRoleTest.php, line 38
Class
- OgRoleTest
- Unit tests for the OgRole config entity.
Namespace
Drupal\Tests\og\UnitCode
public function booleanProvider() {
return [
[
TRUE,
],
[
FALSE,
],
];
}