summaryrefslogtreecommitdiffstats
path: root/tests/Lexer/TokenTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix merge conflicts for pull request #242Isaac Bennetch2019-05-091-0/+6
|\ | | | | | | Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
| * Recognize question mark as parameter, add formatter for parametersRadosław Kowalewski2019-04-191-0/+6
| |
* | Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
|/ | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Fixes wrong extract of string tokens with escaped characters.Dan Ungureanu2017-04-111-0/+6
| | | | | | Fixes #40. Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
* Order importsDamian Dlugosz2017-02-121-1/+1
|
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-3/+3
| | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* Apply php-cs-fixerDamian Dlugosz2017-01-061-2/+0
|
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-301-0/+80
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).