Skip to content

Commit a5be69e

Browse files
committed
TASK: Unskip test after merge of core bugfix
see neos/neos-development-collection#4351
1 parent 88b623e commit a5be69e

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

Tests/Functional/Features/ChildNodes/ChildNodesTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ public function itMatchesSnapshot3(): void
5959
/** @test */
6060
public function itMatchesSnapshot4(): void
6161
{
62-
$this->markTestSkipped('Until https://github.com/neos/neos-development-collection/issues/4351');
63-
6462
$createdNode = $this->createNodeInto(
6563
$this->homePageMainContentCollectionNode,
6664
'Flowpack.NodeTemplates:Content.AllowedChildNodes',

phpstan.neon

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ parameters:
22
level: 8
33
paths:
44
- Classes
5-
excludePaths:
6-
- Classes/Domain/NodeTemplateDumper/NodeTemplateDumper.php

0 commit comments

Comments
 (0)