summaryrefslogtreecommitdiffstats
path: root/tests/Utils/TableTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove useless comments and annotationsMaurício Meneghini Fauth2019-12-141-4/+4
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* 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-69/+69
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+4
|\
| * 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-5/+3
|
* Support for references from different tables.v3.0.0Dan Ungureanu2015-10-031-0/+4
|
* Improved Table utilities.Dan Ungureanu2015-07-141-7/+37
| | | | Fixed coding style.
* Added statement builder (converts statement trees into executable query ↵Dan Ungureanu2015-06-301-0/+181
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).