Fix typo in test

This commit is contained in:
Oskar Stark 2021-01-25 17:14:18 +01:00
parent ac61623ef8
commit 79c9a1a6b2

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()