diff options
author | Michal Čihař <michal@cihar.com> | 2017-01-23 14:10:56 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2017-01-23 14:10:56 +0100 |
commit | 25baae446d3af2c3378ba776e721540783fc77c9 (patch) | |
tree | 5e000ca0150ef516e85f387d61d9d0037057e203 /tests/Components/IntoKeywordTest.php | |
parent | ac852c7abad3b7b4f8b847aa1478906772bf1c36 (diff) | |
parent | 7d20ae4d3ead9ab46496165e320dbd194988333c (diff) | |
download | sql-parser-25baae446d3af2c3378ba776e721540783fc77c9.zip sql-parser-25baae446d3af2c3378ba776e721540783fc77c9.tar.gz sql-parser-25baae446d3af2c3378ba776e721540783fc77c9.tar.bz2 |
Merge branch 'master' into motranslator
Diffstat (limited to 'tests/Components/IntoKeywordTest.php')
-rw-r--r-- | tests/Components/IntoKeywordTest.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Components/IntoKeywordTest.php b/tests/Components/IntoKeywordTest.php index c6d2b53..c7d2ee1 100644 --- a/tests/Components/IntoKeywordTest.php +++ b/tests/Components/IntoKeywordTest.php @@ -1,10 +1,10 @@ <?php -namespace SqlParser\Tests\Components; +namespace PhpMyAdmin\SqlParser\Tests\Components; -use SqlParser\Parser; -use SqlParser\Components\IntoKeyword; -use SqlParser\Tests\TestCase; +use PhpMyAdmin\SqlParser\Parser; +use PhpMyAdmin\SqlParser\Components\IntoKeyword; +use PhpMyAdmin\SqlParser\Tests\TestCase; class IntoKeywordTest extends TestCase { |