Skip to content

Commit 074b362

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: Fix typo in test
2 parents 92938fb + aa9e042 commit 074b362

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)