[phpmyadmin/sql-parser] 18a029: Add support for PHPUnit 13
Branch: refs/heads/5.11.x Home: https://github.com/phpmyadmin/sql-parser Commit: 18a02994ded58006dc48cceb874c781c010ab393 https://github.com/phpmyadmin/sql-parser/commit/18a02994ded58006dc48cceb874c... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-08-15 (Sat, 08 August 2026) -03:00 Changed paths: M .github/workflows/tests.yml M tests/Builder/AlterStatementTest.php M tests/Builder/CreateStatementTest.php M tests/Builder/InsertStatementTest.php M tests/Components/ArrayObjTest.php M tests/Components/ComponentTest.php M tests/Components/ExpressionTest.php M tests/Components/GroupKeywordTest.php M tests/Components/LimitTest.php M tests/Components/LockExpressionTest.php M tests/Lexer/ContextTest.php M tests/Lexer/LexerTest.php M tests/Misc/BugsTest.php M tests/Misc/ParameterTest.php M tests/Misc/TranslatorTest.php M tests/Misc/UtfStringTest.php M tests/Parser/AlterStatementTest.php M tests/Parser/AnalyzeStatementTest.php M tests/Parser/CallStatementTest.php M tests/Parser/CreateStatementTest.php M tests/Parser/DeleteStatementTest.php M tests/Parser/DropStatementTest.php M tests/Parser/ExplainStatementTest.php M tests/Parser/InsertStatementTest.php M tests/Parser/KillStatementTest.php M tests/Parser/LoadStatementTest.php M tests/Parser/LockStatementTest.php M tests/Parser/ParserLongExportsTest.php M tests/Parser/ParserTest.php M tests/Parser/PurgeStatementTest.php M tests/Parser/RenameStatementTest.php M tests/Parser/ReplaceStatementTest.php M tests/Parser/RestoreStatementTest.php M tests/Parser/SelectStatementTest.php M tests/Parser/SetStatementTest.php M tests/Parser/TransactionStatementTest.php M tests/Parser/UpdateStatementTest.php M tests/Parser/WithStatementTest.php M tests/Utils/BufferedQueryTest.php M tests/Utils/CLITest.php M tests/Utils/FormatterTest.php M tests/Utils/MiscTest.php M tests/Utils/QueryTest.php M tests/Utils/RoutineTest.php M tests/Utils/TableTest.php M tests/Utils/TokensTest.php Log Message: ----------- Add support for PHPUnit 13 Signed-off-by: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Commit: 3bf42482a290b085d9b2115a03a99fe539a03888 https://github.com/phpmyadmin/sql-parser/commit/3bf42482a290b085d9b2115a03a9... Author: Maurício Meneghini Fauth <mauricio@mfauth.com.br> Date: 2026-08-15 (Sat, 08 August 2026) -03:00 Changed paths: M .github/workflows/tests.yml M tests/Builder/AlterStatementTest.php M tests/Builder/CreateStatementTest.php M tests/Builder/InsertStatementTest.php M tests/Components/ArrayObjTest.php M tests/Components/ComponentTest.php M tests/Components/ExpressionTest.php M tests/Components/GroupKeywordTest.php M tests/Components/LimitTest.php M tests/Components/LockExpressionTest.php M tests/Lexer/ContextTest.php M tests/Lexer/LexerTest.php M tests/Misc/BugsTest.php M tests/Misc/ParameterTest.php M tests/Misc/TranslatorTest.php M tests/Misc/UtfStringTest.php M tests/Parser/AlterStatementTest.php M tests/Parser/AnalyzeStatementTest.php M tests/Parser/CallStatementTest.php M tests/Parser/CreateStatementTest.php M tests/Parser/DeleteStatementTest.php M tests/Parser/DropStatementTest.php M tests/Parser/ExplainStatementTest.php M tests/Parser/InsertStatementTest.php M tests/Parser/KillStatementTest.php M tests/Parser/LoadStatementTest.php M tests/Parser/LockStatementTest.php M tests/Parser/ParserLongExportsTest.php M tests/Parser/ParserTest.php M tests/Parser/PurgeStatementTest.php M tests/Parser/RenameStatementTest.php M tests/Parser/ReplaceStatementTest.php M tests/Parser/RestoreStatementTest.php M tests/Parser/SelectStatementTest.php M tests/Parser/SetStatementTest.php M tests/Parser/TransactionStatementTest.php M tests/Parser/UpdateStatementTest.php M tests/Parser/WithStatementTest.php M tests/Utils/BufferedQueryTest.php M tests/Utils/CLITest.php M tests/Utils/FormatterTest.php M tests/Utils/MiscTest.php M tests/Utils/QueryTest.php M tests/Utils/RoutineTest.php M tests/Utils/TableTest.php M tests/Utils/TokensTest.php Log Message: ----------- Merge pull request #669 from MauricioFauth/phpunit-13 Add support for PHPUnit 13
participants (1)
-
Maurício Meneghini Fauth