minor #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
-------

79c9a1a6b2 Fix typo in test
This commit is contained in:
Oskar Stark 2021-01-25 17:23:26 +01:00
commit 5532e0ac60

View File

@ -15,7 +15,7 @@ class DelegatingLoaderTest extends TestCase
public function testConstructorApi()
{
new DelegatingLoader(new LoaderResolver());
$this->assertTrue(true, '__construct() takeS a LoaderResolverInterface as its first argument.');
$this->assertTrue(true, '__construct() takes a LoaderResolverInterface as its first argument.');
}
public function testLoadDefaultOptions()