We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b163e5 commit d6e16e3Copy full SHA for d6e16e3
tests/TestCase.php
@@ -9,6 +9,7 @@
9
use PhpMyAdmin\SqlParser\Lexer;
10
use PhpMyAdmin\SqlParser\Parser;
11
use PhpMyAdmin\SqlParser\TokensList;
12
+use PHPUnit\Framework\TestCase as BaseTestCase;
13
14
$GLOBALS['lang'] = 'en';
15
@@ -19,7 +20,7 @@
19
20
*
21
* @license https://www.gnu.org/licenses/gpl-2.0.txt GPL-2.0+
22
*/
-abstract class TestCase extends \PHPUnit_Framework_TestCase
23
+abstract class TestCase extends BaseTestCase
24
{
25
/**
26
* Gets the token list generated by lexing this query.
0 commit comments