Skip to content

Commit d43cd12

Browse files
authored
Merge pull request #218 from deliciousbrains/fix-fatal-error-unit-tests
Use correct Creator namespace for test to avoid fatal error
2 parents 5164466 + e393d23 commit d43cd12

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/cases/creator/unionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* @version SVN: $Id$
3838
*
3939
*/
40-
namespace PHPSQLParser\Test\Parser;
40+
namespace PHPSQLParser\Test\Creator;
4141
use PHPSQLParser\PHPSQLParser;
4242
use PHPSQLParser\PHPSQLCreator;
4343
use Analog\Analog;

0 commit comments

Comments
 (0)