Skip to content

Commit

Permalink
cut: Remove deprecation reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
chapterjason committed Aug 2, 2021
1 parent 0919131 commit 960a11f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/BaseBundleTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
use Symfony\Component\DependencyInjection\ResettableContainerInterface;
use Symfony\Component\HttpKernel\Kernel;

printf('%s is deprecated since 1.9 and will be removed in 2.0, use "%s" instead.', BaseBundleTestCase::class, KernelTestCase::class);

/**
* @author Tobias Nyholm <tobias.nyholm@gmail.com>
*
Expand Down

0 comments on commit 960a11f

Please sign in to comment.