Skip to content

Commit

Permalink
Fixes argument order
Browse files Browse the repository at this point in the history
  • Loading branch information
darxmac committed Aug 9, 2014
1 parent 22ac3e1 commit b8d4eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Routing/RouterTest.php
Expand Up @@ -2216,7 +2216,7 @@ public function testUsingCustomRouteClass() {
'slug' => 'the-best',
'pass' => [],
];
$this->assertEquals($result, $expected);
$this->assertEquals($expected, $result);
}

/**
Expand Down

0 comments on commit b8d4eda

Please sign in to comment.