Skip to content

Commit

Permalink
PHPUnit 5.x & PHPUnit 6.x fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aik099 committed Jul 8, 2024
1 parent 4afb5e3 commit 787ea9a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,13 @@
use Doctrine\Common\Cache\CacheProvider;
use Prophecy\Argument;
use Tests\ConsoleHelpers\CodeInsight\AbstractDatabaseAwareTestCase;
use Yoast\PHPUnitPolyfills\Polyfills\AssertEqualsSpecializations;

abstract class AbstractCheckerTestCase extends AbstractDatabaseAwareTestCase
{

use AssertEqualsSpecializations;

/**
* Cache.
*
Expand Down

0 comments on commit 787ea9a

Please sign in to comment.