Skip to content

Commit

Permalink
TASK: Remove empty Neos.ContentRepository:Root declaration from esc…
Browse files Browse the repository at this point in the history
…r tests
  • Loading branch information
mhsdesign committed Oct 25, 2023
1 parent b862114 commit 5917d8b
Show file tree
Hide file tree
Showing 98 changed files with 0 additions and 116 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Run integrity violation detection regarding hierarchy relations and nod
| language | de, gsw, fr | gsw->de |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Run integrity violation detection regarding parent relations
| language | de, gsw, fr | gsw->de |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Run integrity violation detection regarding reference relations
| language | de, gsw, fr | gsw->de |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
properties:
referenceProperty:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Run integrity violation detection regarding restriction relations
| language | de, gsw, fr | gsw->de |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Run integrity violation detection regarding restriction relations
| language | de, gsw, fr | gsw->de |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Run integrity violation detection regarding sibling sorting
| language | de, gsw, fr | gsw->de |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: Create a root node aggregate
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:AbstractRoot':
abstract: true
'Neos.ContentRepository.Testing:NonRoot': []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: Create a root node aggregate
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository:AnotherRoot':
superTypes:
'Neos.ContentRepository:Root': true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Feature: Create a root node aggregate
| language | mul, de, en, gsw | gsw->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository:AnotherRoot':
superTypes:
'Neos.ContentRepository:Root': true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Create node aggregate with node
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Node':
properties:
postalAddress:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Feature: Create node aggregate with node
| language | mul, de, gsw | gsw->de->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Node':
properties:
postalAddress:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Create node aggregate with node
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:NodeWithoutTetheredChildNodes':
properties:
defaultText:
Expand Down Expand Up @@ -191,7 +190,6 @@ Feature: Create node aggregate with node
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:NodeWithoutTetheredChildNodes': []
"""
And using identifier "default", I define a content repository
Expand Down Expand Up @@ -257,7 +255,6 @@ Feature: Create node aggregate with node
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:SubSubNode':
properties:
text:
Expand Down Expand Up @@ -454,7 +451,6 @@ Feature: Create node aggregate with node
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:SubNode': []
'Neos.ContentRepository.Testing:NodeWithTetheredChildNodes':
childNodes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: Create node aggregate with node
| language | mul, de, en, gsw | gsw->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:NodeWithoutTetheredChildNodes':
properties:
defaultText:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Feature: Create a node aggregate with complex default values
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Node':
properties:
array:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: Create node variant
| language | de, gsw | gsw->de |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
childNodes:
tethered:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: Create node specialization
| language | en, de, gsw | gsw->de->en |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
childNodes:
tethered-node:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: Create node generalization
| language | en, de, gsw | gsw->de->en |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
childNodes:
tethered-node:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: Create node peer variant
| language | en, de, fr, gsw | gsw->de->en |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Tethered': []
'Neos.ContentRepository.Testing:TetheredDocument':
childNodes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Set node properties: Constraint checks
| language | de, gsw | gsw->de |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
properties:
text:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Set properties
| language | mul, de, gsw | gsw->de->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
properties:
string:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Set node properties with different scopes
| language | mul, de, gsw | gsw->de->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
properties:
unscopedProperty:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Constraint checks on SetNodeReferences
| language | de, gsw, en | gsw->de, en |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:NodeWithReferences':
properties:
referenceProperty:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Feature: Node References without Dimensions
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:NodeWithReferences':
properties:
referenceProperty:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Node References with Dimensions
| language | mul, de, en, ch | ch->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:NodeWithReferences':
properties:
referenceProperty:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Set node properties with different scopes
| language | mul, de, gsw | gsw->de->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:NodeWithReferences':
properties:
unscopedReference:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Node References with Dimensions
| language | mul, de, en, ch | ch->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:NodeWithReferences':
properties:
referenceProperty:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Constraint checks on node aggregate disabling
| language | de, gsw, en | gsw->de, en |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Disable a node aggregate
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
properties:
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Disable a node aggregate
| language | mul, de, en, gsw, ltz | ltz->de->mul, gsw->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
properties:
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Enable a node aggregate
| language | de, gsw, en | gsw->de, en |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Enable a node aggregate
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
properties:
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Enable a node aggregate
| language | mul, de, en, gsw, ltz | ltz->de->mul, gsw->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document':
properties:
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: Creation of nodes underneath disabled nodes
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': {}
'Neos.ContentRepository.Testing:Document': {}
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Feature: Creation of nodes underneath disabled nodes
| language | mul, de, en, gsw, ltz | ltz->de->mul, gsw->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': {}
'Neos.ContentRepository.Testing:Document': {}
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: Variation of hidden nodes
| language | mul, de, en, gsw, ltz | ltz->de->mul, gsw->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': {}
'Neos.ContentRepository.Testing:Document': {}
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Remove NodeAggregate
| language | de, gsw, en | gsw->de, en |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Tethered': []
'Neos.ContentRepository.Testing:Document':
childNodes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ Feature: Remove NodeAggregate
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': {}
'Neos.ContentRepository.Testing:Document':
properties:
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Feature: Remove NodeAggregate
| language | en, de, gsw, fr | gsw->de->en, fr->en |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': {}
'Neos.ContentRepository.Testing:Document':
properties:
references:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ Feature: On forking a content stream, node references should be copied as well.
| language | mul, de, en, ch | ch->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:NodeWithReferences':
properties:
referenceProperty:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Feature: Copy nodes (without dimensions)
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Feature: Move node to a new parent / within the current parent before a sibling
| language | de, gsw, fr | gsw->de |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
'Neos.ContentRepository.Testing:Content':
constraints:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Feature: Move a node aggregate considering disable state but without content dim
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Feature: Move a node without content dimensions
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Feature: Move a node with content dimensions
| language | mul, de, en, gsw | gsw->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ Feature: Move a node with content dimensions
| language | mul, de, en, gsw | gsw->de->mul, en->mul |
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': []
'Neos.ContentRepository.Testing:Document': []
"""
And using identifier "default", I define a content repository
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ Feature: Node Property Conversion
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': {}
'Neos.ContentRepository.Testing:Content':
properties:
dateProperty:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Feature: Individual node publication
Given using no content dimensions
And using the following node types:
"""yaml
'Neos.ContentRepository:Root': {}
'Neos.ContentRepository.Testing:Content': {}
'Neos.ContentRepository.Testing:Document':
childNodes:
Expand Down
Loading

0 comments on commit 5917d8b

Please sign in to comment.