Skip to content

Commit d23f70d

Browse files
author
Marc Vachette
committed
Fix wrong test case class
1 parent 9206c46 commit d23f70d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/cases/parser/issue320Test.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,8 @@
3939
*/
4040
namespace PHPSQLParser\Test\Parser;
4141
use PHPSQLParser\PHPSQLParser;
42-
use PHPSQLParser\PHPSQLCreator;
4342

44-
class issue320Test extends \PHPUnit_Framework_TestCase
43+
class issue320Test extends \PHPUnit\Framework\TestCase
4544
{
4645
public function test_no_warning_is_issued_when_help_table_is_used()
4746
{

tests/cases/parser/issue335Test.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
use PHPSQLParser\PHPSQLParser;
4141

42-
class issue335Test extends \PHPUnit_Framework_TestCase
42+
class issue335Test extends \PHPUnit\Framework\TestCase
4343
{
4444
/**
4545
* @test

0 commit comments

Comments
 (0)