You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
abstractclass AbstractNodeTemplateTestCase extends TestCase // we don't use Flows functional test case as it would reset the database afterwards
39
+
abstractclass AbstractNodeTemplateTestCase extends TestCase // we don't use Flows functional test case as it would reset the database afterwards (see FlowEntitiesTrait)
39
40
{
40
41
use SnapshotTrait;
41
42
use FeedbackCollectionMessagesTrait;
42
43
use JsonSerializeNodeTreeTrait;
43
44
use WithConfigurationTrait;
44
45
use FakeNodeTypeManagerTrait;
46
+
use FlowEntitiesTrait;
45
47
46
48
use ContentRepositoryTestTrait;
47
49
@@ -91,6 +93,7 @@ public function tearDown(): void
finalclass StandaloneValidationCommandTest extends TestCase // we don't use Flows functional test case as it would reset the database afterwards
39
+
finalclass StandaloneValidationCommandTest extends TestCase // we don't use Flows functional test case as it would reset the database afterwards (see FlowEntitiesTrait)
39
40
{
40
41
use SnapshotTrait;
41
42
use ContentRepositoryTestTrait;
42
43
use FakeNodeTypeManagerTrait;
44
+
use FlowEntitiesTrait;
43
45
44
46
/**
45
47
* Matching configuration in Neos.Neos.sites.node-templates-site
@@ -70,6 +72,7 @@ public function tearDown(): void
0 commit comments