We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92938fb + aa9e042 commit 074b362Copy full SHA for 074b362
Tests/Routing/DelegatingLoaderTest.php
@@ -15,7 +15,7 @@ class DelegatingLoaderTest extends TestCase
15
public function testConstructorApi()
16
{
17
new DelegatingLoader(new LoaderResolver());
18
- $this->assertTrue(true, '__construct() takeS a LoaderResolverInterface as its first argument.');
+ $this->assertTrue(true, '__construct() takes a LoaderResolverInterface as its first argument.');
19
}
20
21
public function testLoadDefaultOptions()
0 commit comments