summaryrefslogtreecommitdiffstats
path: root/tests/Misc/BugsTest.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 errors detected by PHPStan at level 0Maurício Meneghini Fauth2019-05-081-1/+1
| | | | 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-10/+10
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Merge remote-tracking branch 'origin/pull/137'Michal Čihař2017-02-141-0/+2
|\
| * Apply cs fixesDamian Dlugosz2017-02-121-0/+1
|/
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-2/+2
| | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* Apply php-cs-fixerDamian Dlugosz2017-01-061-1/+0
|
* Misc: Add test cases for fixed bugs.v3.1.0Dan Ungureanu2016-02-101-0/+5
|
* Better parsing for CREATE TABLE statements.v2.0.0Dan Ungureanu2015-09-251-0/+1
| | | | Fixes #16.
* Added missing table options to AlterOperation. Fixes #14.Dan Ungureanu2015-08-161-0/+1
|
* Reorganized tests.Dan Ungureanu2015-07-231-0/+24
Implemented a tool to generate tests.