Skip to content

Commit

Permalink
Change matcher for unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Jul 16, 2018
1 parent eca6662 commit 272cd9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Fixtures/App/TestFixtures.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ public static function getNavigationTree() {
$tree->getLastNode()->addNode(new NavigationNode("cURL library", null, "https://github.com/webeweb/curl-library"));
$tree->getLastNode()->addNode(new NavigationNode("FTP library", null, "https://github.com/webeweb/ftp-library"));
$tree->getLastNode()->addNode(new NavigationItem("fPDF library", null, "https://github.com/webeweb/fpdf-library"));
$tree->getLastNode()->addNode(new NavigationNode("SkiData library", null, "https://github.com/webeweb/skidata-library"));
$tree->getLastNode()->addNode(new NavigationNode("sMsmode library", null, "https://github.com/webeweb/smsmode-library"));
$tree->getLastNode()->addNode(new NavigationNode("SkiData library", null, "https:\/\/github.com\/webeweb\/skidata-library", NavigationInterface::NAVIGATION_MATCHER_REGEXP));
$tree->getLastNode()->addNode(new NavigationNode("sMsmode library", null, "https://github.com/webeweb/smsmode-library", NavigationInterface::NAVIGATION_MATCHER_ROUTER));

// Return the tree.
return $tree;
Expand Down

0 comments on commit 272cd9e

Please sign in to comment.