summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/IsMethodsTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'QA'William Desportes2019-12-311-2/+5
|\ | | | | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Cover some edge casesWilliam Desportes2019-12-311-2/+5
| | | | | | | | | | | | Ref: #154 (See my comment for one test I added) Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Revert "Enable strict mode on PHP files"William Desportes2019-05-281-1/+0
|/ | | | | This reverts commit 17da8a34b81442524a8e01fead7b5968fa1cc39d. Signed-off-by: William Desportes <williamdes@wdes.fr>
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Refactoring testsGabriel Caruso2017-12-141-5/+5
|
* Order importsDamian Dlugosz2017-02-121-1/+1
|
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-4/+4
| | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* Apply php-cs-fixerDamian Dlugosz2017-01-061-4/+2
|
* Fixed a bug that didn't parse comments properly.Dan Ungureanu2015-08-051-2/+2
| | | | | | getFirstStatement util doesn't ignore MySQL specific query anymore (between comments). Misc coding style fixes. Fixed tests.
* The context depends on the SQL mode.Dan Ungureanu2015-07-041-3/+6
| | | | | | | | | Implemented a few more builders. Improved some fragments and statement types. Fixed the noAlias option in FieldFragment. Reordered CREATE statements's options. Updated contexts definitions. Fixed typos. Improved tests.
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-301-0/+132
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).