summaryrefslogtreecommitdiffstats
path: root/tests/Components/ExpressionArrayTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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-5/+5
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Refactoring testsGabriel Caruso2017-12-141-1/+1
|
* 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-2/+0
|
* Expression: Refactored parsing options.v3.3.0Dan Ungureanu2016-02-121-2/+2
|
* Avoid processing the alias twice and generate an error.Dan Ungureanu2015-07-191-0/+13
| | | | | Errors are triggered when an unexpected token is found between clauses. Refactoring.
* Improved error messages.Dan Ungureanu2015-07-151-0/+24
Achieved 100% code coverage. Some refactoring.