summaryrefslogtreecommitdiffstats
path: root/tests/Parser/UpdateStatementTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-2/+2
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Fix risky testsMaurício Meneghini Fauth2019-01-161-2/+2
| | | | | | | - Rename test providers - Mark tests as incomplete Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Apply phpmyadmin/coding-standardMaurício Meneghini Fauth2019-01-161-6/+6
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Throw a parser error on extraneous comma in UPDATE statementDeven Bansod2018-12-221-0/+1
| | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+2
|\
| * Apply cs fixesDamian Dlugosz2017-02-121-0/+1
|/
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-2/+2
| | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* Apply php-cs-fixerDamian Dlugosz2017-01-061-1/+0
|
* Properly report missing expression errorMichal Čihař2017-01-031-0/+1
| | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* Reorganized tests.Dan Ungureanu2015-07-231-2/+2
| | | | Implemented a tool to generate tests.
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-301-0/+25
strings). Implemented support for UNIONs in parser. Code coverage is now over 99%. Fixed CHECKSUM statement (typos). Refactored code. Removed pieces of duplicated code. Improved documentation and fixed coding style. Improved PHPUnit's configuration (more test suites for fine-grained testing).