summaryrefslogtreecommitdiffstats
path: root/tests/Components/CreateDefinitionTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Add PHPStan at level 2Maurício Meneghini Fauth2019-12-161-0/+3
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Merge branch 'QA'William Desportes2019-10-291-0/+16
|\ | | | | | | | | | | This merge includes phpcs fixes Signed-off-by: William Desportes <williamdes@wdes.fr>
| * Manage "CHECK" keywordHugues Peccatte2019-10-281-0/+16
| | | | | | | | | | | | | | Even if this keyword is ignored by MySQL, it should be parsed. Ref: #167 Signed-off-by: Hugues Peccatte <hugues.peccatte@aareon.fr>
| * 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>
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Cleanup and improve readability:Bruno Perel2018-11-261-1/+1
| | | | | Avoid duplicate if conditions Use switch/case instead of ifs when possible
* Refactoring testsGabriel Caruso2017-12-141-1/+1
|
* Add tests for (partially) parsed queriesMichal Čihař2017-07-121-0/+1
| | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* 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
|
* Move test to better placeMichal Čihař2016-03-211-11/+0
| | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* Properly parse CREATE TABLE [AS] SELECTMichal Čihař2016-03-191-0/+11
| | | | | | Fixes https://github.com/phpmyadmin/phpmyadmin/issues/12109 Signed-off-by: Michal Čihař <michal@cihar.com>
* Replaced explicit calls to Component::build() with implicit calls to ↵Dan Ungureanu2015-08-181-1/+1
| | | | | | | Component::__toString(). Fixed bugs that caused field names like '0', '0.0', etc. to be considered invalid. Refactoring.
* Refactored field to something more appropriate depending on the context in ↵Dan Ungureanu2015-08-081-0/+67
which it is used.