summaryrefslogtreecommitdiffstats
path: root/tests/Components/Array2dTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix risky testsMaurício Meneghini Fauth2019-01-161-1/+8
| | | | | | | - 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-1/+4
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Refactoring testsGabriel Caruso2017-12-141-8/+8
|
* 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-4/+2
|
* Add some missing assertionsMichal Čihař2017-01-031-3/+31
| | | | Signed-off-by: Michal Čihař <michal@cihar.com>
* Updated coding style to follow PSR-2 coding standards.Dan Ungureanu2015-09-251-1/+0
|
* Finished builders for components.Dan Ungureanu2015-08-141-0/+9
|
* Better error detection. Fixed some of the old messages.Dan Ungureanu2015-07-151-2/+2
| | | | Minor coding style fixes.
* Improved error messages.Dan Ungureanu2015-07-151-0/+64
Achieved 100% code coverage. Some refactoring.