8000
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.
1 parent ac61623 commit 79c9a1aCopy full SHA for 79c9a1a
src/Symfony/Bundle/FrameworkBundle/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