Skip to content

Commit 5532e0a

Browse files
committed
minor symfony#39966 Fix typo in test (OskarStark)
This PR was merged into the 5.1 branch. Discussion ---------- Fix typo in test | Q | A | ------------- | --- | Branch? | 5.1 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | --- | License | MIT | Doc PR | --- Commits ------- 79c9a1a Fix typo in test
2 parents ac61623 + 79c9a1a commit 5532e0a

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)