Skip to content
This repository was archived by the owner on Jan 18, 2018. It is now read-only.

Commit e17e73d

Browse files
Syntax fix
1 parent 0a8e823 commit e17e73d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Classes/NavigationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ public function testGetHTMLWithBar()
260260

261261
public function testSetRequest()
262262
{
263-
$navigation = $this->getNavigation()();
263+
$navigation = $this->getNavigation();
264264

265265
$request = new Request();
266266

0 commit comments

Comments
 (0)