summaryrefslogtreecommitdiffstats
path: root/tests/Components/ComponentTest.php
Commit message (Collapse)AuthorAgeFilesLines
* Reference classes via a use statementMaurício Meneghini Fauth2019-12-141-2/+3
| | | | Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
* Fix deprecated annotations William Desportes2019-09-251-6/+4
| | | | | | Ref: #261 Signed-off-by: William Desportes <williamdes@wdes.fr>
* 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>
* Enable strict mode on PHP filesMaurício Meneghini Fauth2019-01-161-0/+1
| | | | Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
* Order importsDamian Dlugosz2017-02-121-1/+1
|
* Added PhpMyAdmin namespace prefix to follow PSR-4.Michal Čihař2017-01-231-5/+5
| | | | | | Fixes #126 Signed-off-by: Michal Čihař <michal@cihar.com>
* Apply php-cs-fixerDamian Dlugosz2017-01-061-2/+0
|
* Translated exceptions.Dan Ungureanu2015-07-251-0/+33
Refactored tests.