summaryrefslogtreecommitdiffstats
path: root/tests/Components/LimitTest.php
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+4
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Cleanup and improve readability:Bruno Perel2018-11-261-1/+0
| | | | | Avoid duplicate if conditions Use switch/case instead of ifs when possible
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+2
|\
| * Apply cs fixesDamian Dlugosz2017-02-121-0/+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
|
* Fixed some errors and add new testsDeven Bansod2016-09-271-1/+1
| | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
* Added test cases for parsing DELETE statementsDeven Bansod2016-09-241-1/+1
| | | | Signed-off-by: Deven Bansod <devenbansod.bits@gmail.com>
* Misc: Fixed coding style issues.Dan Ungureanu2016-02-211-0/+40
Signed-off-by: Dan Ungureanu <udan1107@gmail.com>