diff options
author | Bruce Wells <brucekwells@gmail.com> | 2019-10-31 04:57:59 +0300 |
---|---|---|
committer | Bruce Wells <brucekwells@gmail.com> | 2019-10-31 05:02:25 +0300 |
commit | 7988714aaac569b7cc39c3ad1831f12d54054fd7 (patch) | |
tree | ac756881772bbe8fe1c93bdab7f09283196d84ec /tests | |
parent | 6080fd414da7875dc9dce7136908247f08e14859 (diff) |
Upgrading PHPUnit and dropping support for 5.6 and 7.0
Diffstat (limited to 'tests')
-rw-r--r-- | tests/MathTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/MathTest.php b/tests/MathTest.php index 7f5ce9b..e289016 100644 --- a/tests/MathTest.php +++ b/tests/MathTest.php @@ -21,7 +21,7 @@ use NXP\Exception\UnknownOperatorException; use NXP\Exception\UnknownTokenException; use NXP\Exception\UnknownVariableException; -class MathTest extends \PHPUnit_Framework_TestCase +class MathTest extends \PHPUnit\Framework\TestCase { /** * @dataProvider providerExpressions |