Skip to content

Commit aa9e042

Browse files
committed
Fix typo in test
1 parent 79c17bd commit aa9e042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Routing/DelegatingLoaderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DelegatingLoaderTest extends TestCase
1515
public function testConstructorApi()
1616
{
1717
new DelegatingLoader(new LoaderResolver());
18-
$this->assertTrue(true, '__construct() takeS a LoaderResolverInterface as its first argument.');
18+
$this->assertTrue(true, '__construct() takes a LoaderResolverInterface as its first argument.');
1919
}
2020

2121
public function testLoadDefaultOptions()

0 commit comments

Comments
 (0)