diff options
author | Bruce Wells <bruce.wells@simparel.com> | 2019-10-31 15:31:34 +0300 |
---|---|---|
committer | Bruce Wells <bruce.wells@simparel.com> | 2019-10-31 15:31:34 +0300 |
commit | adf43bc705fd2d839a639c162f53407434867206 (patch) | |
tree | ac756881772bbe8fe1c93bdab7f09283196d84ec /tests | |
parent | 8b5c7049907b0d2c37f98205b0fcfbdcf8374227 (diff) | |
parent | 7988714aaac569b7cc39c3ad1831f12d54054fd7 (diff) |
Merge branch 'master' of https://github.com/phpfui/MathExecutor
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 |