aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2019-10-31 04:57:59 +0300
committerBruce Wells <brucekwells@gmail.com>2019-10-31 05:02:25 +0300
commit7988714aaac569b7cc39c3ad1831f12d54054fd7 (patch)
treeac756881772bbe8fe1c93bdab7f09283196d84ec /tests
parent6080fd414da7875dc9dce7136908247f08e14859 (diff)
Upgrading PHPUnit and dropping support for 5.6 and 7.0
Diffstat (limited to 'tests')
-rw-r--r--tests/MathTest.php2
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