From 79c9a1a6b2e5efa8d44c45cdfb9211d811d1b2ee Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Mon, 25 Jan 2021 17:14:18 +0100 Subject: [PATCH] Fix typo in test --- .../FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php b/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php index 13a7f5547c..d1acfc159c 100644 --- a/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php +++ b/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php @@ -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()