Skip to content

Commit

Permalink
TASK: Adjust tests to be compatible with PHPUnit 8
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellienert committed Oct 30, 2019
1 parent 16ae645 commit 61a2f97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and are thus automatically tested.
### Simple Example

Configuration for the nodeType 'PunktDe.Archivist.TriggerNode'. The sorting is triggered if a
node of this type is created or if a property on this node is changed. This node is than
node of this type is created or if a property on this node is changed. This node is then
available as 'node' in the other parts of the configuration

PunktDe:
Expand Down
2 changes: 1 addition & 1 deletion Tests/Functional/ArchivistTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ArchivistTest extends AbstractNodeTest
*/
protected $nodeTypeManager;

public function setUp()
public function setUp(): void
{
parent::setUp();
$this->nodeTypeManager = $this->objectManager->get(NodeTypeManager::class);
Expand Down

0 comments on commit 61a2f97

Please sign in to comment.