Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-19 16:58:44 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-20 17:20:57 +0300
commit14ffa1f2328aa3d26bf750292b106aeab1ab171c (patch)
treed1841377b746bf20388d7091db6c1a8c56cf344a /composer.json
parent3c1427ba6961d00ff797f414db126d3ab89ff1af (diff)
Add test/PMATestCase.php to autoload-dev
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index c8db71e803..6572b3c6ae 100644
--- a/composer.json
+++ b/composer.json
@@ -29,7 +29,8 @@
"autoload-dev": {
"psr-4": {
"PhpMyAdmin\\Tests\\": "test/classes"
- }
+ },
+ "classmap": ["test/PMATestCase.php"]
},
"repositories": [
{