Skip to content

Commit 88fb06e

Browse files
lucasmichotthilanga
authored andcommitted
Fix expected exception (dingo#1284)
1 parent e2e120a commit 88fb06e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Routing/RouterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function testGroupAsPrefixesRouteAs()
7777
}
7878

7979
/**
80-
* @expectedException RuntimeException
80+
* @expectedException \RuntimeException
8181
* @expectedMessage A version is required for an API group definition.
8282
*/
8383
public function testNoGroupVersionThrowsException()

0 commit comments

Comments
 (0)