Merge branch '5.1' into 5.2

* 5.1:
  Fix typo in test
This commit is contained in:
Oskar Stark 2021-01-25 17:23:41 +01:00
commit fe57893025

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