8000 Fix typo in test · symfony/symfony@79c9a1a · GitHub
[go: up one dir, main page]

Skip to content

Commit 79c9a1a

Browse files
committed
Fix typo in test
1 parent ac61623 commit 79c9a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/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)
0