This commit is contained in:
Nicolas Grekas 2018-06-11 16:29:01 +02:00
parent c1ba38ed47
commit fc666f0d80

View File

@ -24,8 +24,8 @@ class DelegatingLoaderTest extends TestCase
/** /**
* @group legacy * @group legacy
* @expectedDeprecation Referencing controllers with foo:bar:baz is deprecated since Symfony 4.1. Use some_parsed::controller instead. * @expectedDeprecation Referencing controllers with foo:bar:baz is deprecated since Symfony 4.1, use some_parsed::controller instead.
* @expectedDeprecation Referencing controllers with a single colon is deprecated since Symfony 4.1. Use foo::baz instead. * @expectedDeprecation Referencing controllers with a single colon is deprecated since Symfony 4.1, use foo::baz instead.
*/ */
public function testLoad() public function testLoad()
{ {