Skip to content

Commit

Permalink
fix phpunit 9 notice
Browse files Browse the repository at this point in the history
  • Loading branch information
flack committed Sep 25, 2020
1 parent 5b7e051 commit 099817d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/rootfile.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@
) {
class_alias('\PHPUnit\Framework\TestCase', '\PHPUnit_Framework_TestCase');
class_alias('\PHPUnit\Framework\Constraint\IsEqual', '\PHPUnit_Framework_Constraint_IsEqual');
class_alias('\PHPUnit\Util\InvalidArgumentHelper', '\PHPUnit_Util_InvalidArgumentHelper');
if (class_exists('\PHPUnit\Util\InvalidArgumentHelper')) {
class_alias('\PHPUnit\Util\InvalidArgumentHelper', '\PHPUnit_Util_InvalidArgumentHelper');
}
}

0 comments on commit 099817d

Please sign in to comment.