summaryrefslogtreecommitdiffstats
path: root/tests/Components/ExpressionArrayTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* revert of new array syntaxWilliam Desportes2019-05-281-7/+7
| | | | | See: 86c5baebda24c1721fb6881df8671a3c7df60e8b 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>
* 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.