Skip to content

Commit

Permalink
Fix test case for issue 342
Browse files Browse the repository at this point in the history
  • Loading branch information
greenlion committed Feb 1, 2022
1 parent 6737695 commit a5d5c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cases/creator/issue342Test.php
Expand Up @@ -4,7 +4,7 @@
use PHPSQLParser\PHPSQLParser;
use PHPSQLParser\PHPSQLCreator;

class issue342Test extends \PHPUnit_Framework_TestCase
class issue342Test extends \PHPUnit\Framework\TestCase
{
public function testIssue342()
{
Expand Down

0 comments on commit a5d5c29

Please sign in to comment.