summaryrefslogtreecommitdiffstats
path: root/tests/Components/ExpressionTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove left overs of old array syntaxWilliam Desportes2019-12-311-2/+2
| | | | Signed-off-by: William Desportes <williamdes@wdes.fr>
* 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-12/+12
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Add tests for (partially) parsed queriesMichal Čihař2017-07-121-0/+1
| | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+3
|\
| * Apply cs fixesDamian Dlugosz2017-02-121-0/+2
| |
* | 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-3/+1
|
* Expression: Improved error messages related to aliases.Dan Ungureanu2016-02-211-2/+2
| | | | Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
* Improved test coverage.Dan Ungureanu2015-11-081-0/+2
|
* Replaced explicit calls to Component::build() with implicit calls to ↵Dan Ungureanu2015-08-181-2/+8
| | | | | | | Component::__toString(). Fixed bugs that caused field names like '0', '0.0', etc. to be considered invalid. Refactoring.
* Avoid processing the alias twice and generate an error.Dan Ungureanu2015-07-191-8/+29
| | | | | Errors are triggered when an unexpected token is found between clauses. Refactoring.
* Better error detection. Fixed some of the old messages.Dan Ungureanu2015-07-151-1/+1
| | | | Minor coding style fixes.
* Improved error messages.Dan Ungureanu2015-07-151-0/+5
| | | | | Achieved 100% code coverage. Some refactoring.
* Mass renaming. Using 'component' instead of 'fragment'.Dan Ungureanu2015-07-101-0/+40