protected function WorkflowCollectorTest::setUp in Dependency Calculation 8
Throws
\ReflectionException
\Drupal\Core\Entity\EntityStorageException
Overrides KernelTestBase::setUp
File
- tests/
src/ Kernel/ EventSubscriber/ DependencyCollector/ WorkflowCollectorTest.php, line 47
Class
- WorkflowCollectorTest
- Class WorkflowCollectorTest.
Namespace
Drupal\Tests\depcalc\Kernel\EventSubscriber\DependencyCollectorCode
protected function setUp() {
parent::setUp();
$this
->installEntitySchema('workflow');
$this
->installEntitySchema('node');
$this
->installEntitySchema('user');
$this
->installEntitySchema('path_alias');
$this
->installSchema('system', 'sequences');
$this
->installConfig([
'node',
'user',
'content_moderation',
]);
}