diff options
author | William Desportes <williamdes@wdes.fr> | 2019-05-28 18:02:00 +0200 |
---|---|---|
committer | William Desportes <williamdes@wdes.fr> | 2019-05-28 18:02:17 +0200 |
commit | a5b955658e642652e7b5fc4ae368a6f74ef85411 (patch) | |
tree | 9f1d32cc35a4da01b8a036571909d7089ccc0ea1 /tests | |
parent | b988a6ae833e0f01627f57d6b48a2cdfeaebc5e1 (diff) | |
download | sql-parser-a5b955658e642652e7b5fc4ae368a6f74ef85411.zip sql-parser-a5b955658e642652e7b5fc4ae368a6f74ef85411.tar.gz sql-parser-a5b955658e642652e7b5fc4ae368a6f74ef85411.tar.bz2 |
Revert "Enable strict mode on PHP files"
This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d.
Signed-off-by: William Desportes <williamdes@wdes.fr>
Diffstat (limited to 'tests')
70 files changed, 1 insertions, 70 deletions
diff --git a/tests/Builder/AlterStatementTest.php b/tests/Builder/AlterStatementTest.php index 70236e4..2372b6d 100644 --- a/tests/Builder/AlterStatementTest.php +++ b/tests/Builder/AlterStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/CreateStatementTest.php b/tests/Builder/CreateStatementTest.php index 9f1e0a6..52f4f00 100644 --- a/tests/Builder/CreateStatementTest.php +++ b/tests/Builder/CreateStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/DeleteStatementTest.php b/tests/Builder/DeleteStatementTest.php index 0327e03..5aa037e 100644 --- a/tests/Builder/DeleteStatementTest.php +++ b/tests/Builder/DeleteStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/ExplainStatementTest.php b/tests/Builder/ExplainStatementTest.php index 7b6215f..44bb817 100644 --- a/tests/Builder/ExplainStatementTest.php +++ b/tests/Builder/ExplainStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/InsertStatementTest.php b/tests/Builder/InsertStatementTest.php index 2152665..5e3360d 100644 --- a/tests/Builder/InsertStatementTest.php +++ b/tests/Builder/InsertStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/LoadStatementTest.php b/tests/Builder/LoadStatementTest.php index 051e13d..4c4e9b1 100644 --- a/tests/Builder/LoadStatementTest.php +++ b/tests/Builder/LoadStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/LockStatementTest.php b/tests/Builder/LockStatementTest.php index 8593a87..b0b4d38 100644 --- a/tests/Builder/LockStatementTest.php +++ b/tests/Builder/LockStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/PurgeStatementTest.php b/tests/Builder/PurgeStatementTest.php index aae52b5..caa1652 100644 --- a/tests/Builder/PurgeStatementTest.php +++ b/tests/Builder/PurgeStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/RenameStatementTest.php b/tests/Builder/RenameStatementTest.php index e803786..97852ab 100644 --- a/tests/Builder/RenameStatementTest.php +++ b/tests/Builder/RenameStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/ReplaceStatementTest.php b/tests/Builder/ReplaceStatementTest.php index ee5b95a..b1a6c91 100644 --- a/tests/Builder/ReplaceStatementTest.php +++ b/tests/Builder/ReplaceStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/SelectStatementTest.php b/tests/Builder/SelectStatementTest.php index 5d9836f..bec4b53 100644 --- a/tests/Builder/SelectStatementTest.php +++ b/tests/Builder/SelectStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/SetStatementTest.php b/tests/Builder/SetStatementTest.php index 406e369..746e92f 100644 --- a/tests/Builder/SetStatementTest.php +++ b/tests/Builder/SetStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/StatementTest.php b/tests/Builder/StatementTest.php index b75b5d5..f97044d 100644 --- a/tests/Builder/StatementTest.php +++ b/tests/Builder/StatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Builder/TransactionStatementTest.php b/tests/Builder/TransactionStatementTest.php index 5cd28c6..d7fd73c 100644 --- a/tests/Builder/TransactionStatementTest.php +++ b/tests/Builder/TransactionStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Builder; diff --git a/tests/Components/Array2dTest.php b/tests/Components/Array2dTest.php index 5232330..83e6215 100644 --- a/tests/Components/Array2dTest.php +++ b/tests/Components/Array2dTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/ArrayObjTest.php b/tests/Components/ArrayObjTest.php index dac9947..3664e1c 100644 --- a/tests/Components/ArrayObjTest.php +++ b/tests/Components/ArrayObjTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/CaseExpressionTest.php b/tests/Components/CaseExpressionTest.php index 2ea8f8b..b337cb1 100644 --- a/tests/Components/CaseExpressionTest.php +++ b/tests/Components/CaseExpressionTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/ComponentTest.php b/tests/Components/ComponentTest.php index 2595202..13dbdf4 100644 --- a/tests/Components/ComponentTest.php +++ b/tests/Components/ComponentTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/ConditionTest.php b/tests/Components/ConditionTest.php index eb8cca1..27c6a4f 100644 --- a/tests/Components/ConditionTest.php +++ b/tests/Components/ConditionTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/CreateDefinitionTest.php b/tests/Components/CreateDefinitionTest.php index 6b97cb1..3683e29 100644 --- a/tests/Components/CreateDefinitionTest.php +++ b/tests/Components/CreateDefinitionTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/ExpressionArrayTest.php b/tests/Components/ExpressionArrayTest.php index 9c7bd72..f500f8a 100644 --- a/tests/Components/ExpressionArrayTest.php +++ b/tests/Components/ExpressionArrayTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/ExpressionTest.php b/tests/Components/ExpressionTest.php index 453755d..45b8be5 100644 --- a/tests/Components/ExpressionTest.php +++ b/tests/Components/ExpressionTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/FunctionCallTest.php b/tests/Components/FunctionCallTest.php index d9da50c..c4c0c26 100644 --- a/tests/Components/FunctionCallTest.php +++ b/tests/Components/FunctionCallTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/GroupKeywordTest.php b/tests/Components/GroupKeywordTest.php index c31ed58..8d4a407 100644 --- a/tests/Components/GroupKeywordTest.php +++ b/tests/Components/GroupKeywordTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/IntoKeywordTest.php b/tests/Components/IntoKeywordTest.php index 896c363..2ebf5ee 100644 --- a/tests/Components/IntoKeywordTest.php +++ b/tests/Components/IntoKeywordTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/JoinKeywordTest.php b/tests/Components/JoinKeywordTest.php index 3eb2aab..8baf93f 100644 --- a/tests/Components/JoinKeywordTest.php +++ b/tests/Components/JoinKeywordTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/KeyTest.php b/tests/Components/KeyTest.php index aeb403d..c27b9d8 100644 --- a/tests/Components/KeyTest.php +++ b/tests/Components/KeyTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/LimitTest.php b/tests/Components/LimitTest.php index 5e544d7..9e00a65 100644 --- a/tests/Components/LimitTest.php +++ b/tests/Components/LimitTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/LockExpressionTest.php b/tests/Components/LockExpressionTest.php index 348e38d..00d5ffb 100644 --- a/tests/Components/LockExpressionTest.php +++ b/tests/Components/LockExpressionTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/OptionsArrayTest.php b/tests/Components/OptionsArrayTest.php index 23a4e6b..bebf62f 100644 --- a/tests/Components/OptionsArrayTest.php +++ b/tests/Components/OptionsArrayTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/OrderKeywordTest.php b/tests/Components/OrderKeywordTest.php index 42c9b98..bc07d03 100644 --- a/tests/Components/OrderKeywordTest.php +++ b/tests/Components/OrderKeywordTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/ParameterDefinitionTest.php b/tests/Components/ParameterDefinitionTest.php index 38d28e0..683eb3a 100644 --- a/tests/Components/ParameterDefinitionTest.php +++ b/tests/Components/ParameterDefinitionTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/PartitionDefinitionTest.php b/tests/Components/PartitionDefinitionTest.php index 93bc4d5..7edc21e 100644 --- a/tests/Components/PartitionDefinitionTest.php +++ b/tests/Components/PartitionDefinitionTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/ReferenceTest.php b/tests/Components/ReferenceTest.php index 898362a..dc142fe 100644 --- a/tests/Components/ReferenceTest.php +++ b/tests/Components/ReferenceTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Components/RenameOperationTest.php b/tests/Components/RenameOperationTest.php index 6f38605..919c4bd 100644 --- a/tests/Components/RenameOperationTest.php +++ b/tests/Components/RenameOperationTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Components; diff --git a/tests/Lexer/ContextTest.php b/tests/Lexer/ContextTest.php index 208e623..6116db2 100644 --- a/tests/Lexer/ContextTest.php +++ b/tests/Lexer/ContextTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Lexer; diff --git a/tests/Lexer/IsMethodsTest.php b/tests/Lexer/IsMethodsTest.php index 9095907..56552c7 100644 --- a/tests/Lexer/IsMethodsTest.php +++ b/tests/Lexer/IsMethodsTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Lexer; diff --git a/tests/Lexer/LexerTest.php b/tests/Lexer/LexerTest.php index 1bfcb8f..7bc2da5 100644 --- a/tests/Lexer/LexerTest.php +++ b/tests/Lexer/LexerTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Lexer; diff --git a/tests/Lexer/TokenTest.php b/tests/Lexer/TokenTest.php index ba61e32..68d3b00 100644 --- a/tests/Lexer/TokenTest.php +++ b/tests/Lexer/TokenTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Lexer; diff --git a/tests/Lexer/TokensListTest.php b/tests/Lexer/TokensListTest.php index 214f0cd..c1c4414 100644 --- a/tests/Lexer/TokensListTest.php +++ b/tests/Lexer/TokensListTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Lexer; diff --git a/tests/Misc/BugsTest.php b/tests/Misc/BugsTest.php index 67fd07d..d356b57 100644 --- a/tests/Misc/BugsTest.php +++ b/tests/Misc/BugsTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Misc; diff --git a/tests/Misc/ParameterTest.php b/tests/Misc/ParameterTest.php index 146733e..f2d5280 100644 --- a/tests/Misc/ParameterTest.php +++ b/tests/Misc/ParameterTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Misc; diff --git a/tests/Misc/UtfStringTest.php b/tests/Misc/UtfStringTest.php index a80a077..36f0298 100644 --- a/tests/Misc/UtfStringTest.php +++ b/tests/Misc/UtfStringTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Misc; diff --git a/tests/Parser/AlterStatementTest.php b/tests/Parser/AlterStatementTest.php index 5748b13..7386bd4 100644 --- a/tests/Parser/AlterStatementTest.php +++ b/tests/Parser/AlterStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/CallStatementTest.php b/tests/Parser/CallStatementTest.php index a8501ef..a90d27a 100644 --- a/tests/Parser/CallStatementTest.php +++ b/tests/Parser/CallStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/CreateStatementTest.php b/tests/Parser/CreateStatementTest.php index 39344a9..5f0c8ac 100644 --- a/tests/Parser/CreateStatementTest.php +++ b/tests/Parser/CreateStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/DeleteStatementTest.php b/tests/Parser/DeleteStatementTest.php index 7edbd4b..75f3b09 100644 --- a/tests/Parser/DeleteStatementTest.php +++ b/tests/Parser/DeleteStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/ExplainStatementTest.php b/tests/Parser/ExplainStatementTest.php index dd3035e..db66a0a 100644 --- a/tests/Parser/ExplainStatementTest.php +++ b/tests/Parser/ExplainStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/InsertStatementTest.php b/tests/Parser/InsertStatementTest.php index 0bea14c..f0e4b5d 100644 --- a/tests/Parser/InsertStatementTest.php +++ b/tests/Parser/InsertStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/LoadStatementTest.php b/tests/Parser/LoadStatementTest.php index 40c6505..70d0a64 100644 --- a/tests/Parser/LoadStatementTest.php +++ b/tests/Parser/LoadStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/LockStatementTest.php b/tests/Parser/LockStatementTest.php index c740768..5460254 100644 --- a/tests/Parser/LockStatementTest.php +++ b/tests/Parser/LockStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/ParserTest.php b/tests/Parser/ParserTest.php index f2344b5..57c4aae 100644 --- a/tests/Parser/ParserTest.php +++ b/tests/Parser/ParserTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/PurgeStatementTest.php b/tests/Parser/PurgeStatementTest.php index 6e898fa..364c5a3 100644 --- a/tests/Parser/PurgeStatementTest.php +++ b/tests/Parser/PurgeStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/RenameStatementTest.php b/tests/Parser/RenameStatementTest.php index 9851daf..bb13c3c 100644 --- a/tests/Parser/RenameStatementTest.php +++ b/tests/Parser/RenameStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/ReplaceStatementTest.php b/tests/Parser/ReplaceStatementTest.php index a2495fe..edac536 100644 --- a/tests/Parser/ReplaceStatementTest.php +++ b/tests/Parser/ReplaceStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/RestoreStatementTest.php b/tests/Parser/RestoreStatementTest.php index b3af48e..7fa9a5d 100644 --- a/tests/Parser/RestoreStatementTest.php +++ b/tests/Parser/RestoreStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/SelectStatementTest.php b/tests/Parser/SelectStatementTest.php index d90ea41..b19b3cf 100644 --- a/tests/Parser/SelectStatementTest.php +++ b/tests/Parser/SelectStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/SetStatementTest.php b/tests/Parser/SetStatementTest.php index 76fd30d..9d31659 100644 --- a/tests/Parser/SetStatementTest.php +++ b/tests/Parser/SetStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/TransactionStatementTest.php b/tests/Parser/TransactionStatementTest.php index 6f60b78..599015f 100644 --- a/tests/Parser/TransactionStatementTest.php +++ b/tests/Parser/TransactionStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/Parser/UpdateStatementTest.php b/tests/Parser/UpdateStatementTest.php index 4758fea..210e1ab 100644 --- a/tests/Parser/UpdateStatementTest.php +++ b/tests/Parser/UpdateStatementTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Parser; diff --git a/tests/TestCase.php b/tests/TestCase.php index ab3578f..fb6af8d 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -1,8 +1,8 @@ <?php + /** * Bootstrap for tests. */ -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests; diff --git a/tests/Utils/BufferedQueryTest.php b/tests/Utils/BufferedQueryTest.php index 860c7a8..164c31e 100644 --- a/tests/Utils/BufferedQueryTest.php +++ b/tests/Utils/BufferedQueryTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; diff --git a/tests/Utils/CLITest.php b/tests/Utils/CLITest.php index e7df41d..4a81f61 100644 --- a/tests/Utils/CLITest.php +++ b/tests/Utils/CLITest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; diff --git a/tests/Utils/ErrorTest.php b/tests/Utils/ErrorTest.php index 36dc198..fb441f8 100644 --- a/tests/Utils/ErrorTest.php +++ b/tests/Utils/ErrorTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; diff --git a/tests/Utils/FormatterTest.php b/tests/Utils/FormatterTest.php index 15532e5..aa84564 100644 --- a/tests/Utils/FormatterTest.php +++ b/tests/Utils/FormatterTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; diff --git a/tests/Utils/MiscTest.php b/tests/Utils/MiscTest.php index 01c1e10..3abc1cb 100644 --- a/tests/Utils/MiscTest.php +++ b/tests/Utils/MiscTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; diff --git a/tests/Utils/QueryTest.php b/tests/Utils/QueryTest.php index 6c9bd97..3bc1783 100644 --- a/tests/Utils/QueryTest.php +++ b/tests/Utils/QueryTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; diff --git a/tests/Utils/RoutineTest.php b/tests/Utils/RoutineTest.php index fe45798..c988b91 100644 --- a/tests/Utils/RoutineTest.php +++ b/tests/Utils/RoutineTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; diff --git a/tests/Utils/TableTest.php b/tests/Utils/TableTest.php index 06aa1fb..ade4929 100644 --- a/tests/Utils/TableTest.php +++ b/tests/Utils/TableTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; diff --git a/tests/Utils/TokensTest.php b/tests/Utils/TokensTest.php index 4d38a1a..685c670 100644 --- a/tests/Utils/TokensTest.php +++ b/tests/Utils/TokensTest.php @@ -1,5 +1,4 @@ <?php -declare(strict_types=1); namespace PhpMyAdmin\SqlParser\Tests\Utils; |