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-30 22:34:53 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-09-30 22:34:53 +0300
commitc00245fa0a8537e5ee3a5f5ef1b5c057443ca79f (patch)
tree702053e9f2659be966fd843a89f08fbe82850eaa /composer.json
parent30d3f93e0dddb12f780f4a042025162a8f2f7a29 (diff)
Move PMATestCase to PhpMyAdmin\Tests\PmaTestCase
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 8be3f46d6a..d3579eb70e 100644
--- a/composer.json
+++ b/composer.json
@@ -29,8 +29,7 @@
"autoload-dev": {
"psr-4": {
"PhpMyAdmin\\Tests\\": "test/classes"
- },
- "classmap": ["test/PMATestCase.php"]
+ }
},
"repositories": [
{