Skip to content

Commit

Permalink
Add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bakura10 committed May 29, 2014
1 parent 202976c commit d022ae6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -138,7 +138,7 @@ public function testReturnsMatchIfTerminalEvenIfPathIsNotFullyConsumed()

$this->associationMatcher->expects($this->never())->method('matchSubPath');
$this->collectionMatcher->expects($this->never())->method('matchSubPath');

$result = $this->baseMatcher->matchSubPath($baseResource, '/tweets/123', $previousMatch);

$this->assertSame($result, $previousMatch);
Expand Down

0 comments on commit d022ae6

Please sign in to comment.