This commit is contained in:
Nicolas Grekas 2018-06-11 16:41:42 +02:00
parent fc666f0d80
commit 413af69e1d

View File

@ -24,8 +24,8 @@ class DelegatingLoaderTest extends TestCase
/**
* @group legacy
* @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 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.
*/
public function testLoad()
{