Skip to content

Commit 8efac44

Browse files
committed
Fixed some typos
1 parent 855cb1e commit 8efac44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Controller/ContainerControllerResolverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ public function testExceptionWhenUsingControllerWithoutAnInvokeMethod()
229229
*/
230230
public function testGetControllerOnNonUndefinedFunction($controller, $exceptionName = null, $exceptionMessage = null)
231231
{
232-
// All this logic needs to be duplicated, since calling parent::testGetControllerOnNonUndefinedFunction will override the expected excetion and not use the regex
232+
// All this logic needs to be duplicated, since calling parent::testGetControllerOnNonUndefinedFunction will override the expected exception and not use the regex
233233
$resolver = $this->createControllerResolver();
234234
$this->expectException($exceptionName);
235235
$this->expectExceptionMessageRegExp($exceptionMessage);

0 commit comments

Comments
 (0)