public function FlagForListTest::testCreate in Flag Lists 4.0.x
Same name and namespace in other branches
- 8 tests/src/Unit/FlagForListTest.php \Drupal\Tests\flag_lists\Unit\FlagForListTest::testCreate()
Test the creating of FlagForLists.
File
- tests/
src/ Unit/ FlagForListTest.php, line 18
Class
- FlagForListTest
- Tests the FlagForLists class.
Namespace
Drupal\Tests\flag_lists\UnitCode
public function testCreate() {
$flagForList = new flagForList([], '');
$this
->assertInstanceOf(FlagForList::class, $flagForList);
}