X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fhttp-kernel%2FTests%2FBundle%2FBundleTest.php;fp=vendor%2Fsymfony%2Fhttp-kernel%2FTests%2FBundle%2FBundleTest.php;h=8e52b097d69469b2691da661659073e433bbb733;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=eeefccab81dd0d99deabaef9e1628d4143f46937;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/symfony/http-kernel/Tests/Bundle/BundleTest.php b/vendor/symfony/http-kernel/Tests/Bundle/BundleTest.php index eeefccab8..8e52b097d 100644 --- a/vendor/symfony/http-kernel/Tests/Bundle/BundleTest.php +++ b/vendor/symfony/http-kernel/Tests/Bundle/BundleTest.php @@ -31,6 +31,10 @@ class BundleTest extends TestCase ); } + /** + * @group legacy + * @expectedDeprecation Auto-registration of the command "Symfony\Component\HttpKernel\Tests\Fixtures\ExtensionPresentBundle\Command\FooCommand" is deprecated since Symfony 3.4 and won't be supported in 4.0. Use PSR-4 based service discovery instead. + */ public function testRegisterCommands() { $cmd = new FooCommand();