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-07-21 05:48:22 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-07-21 14:10:34 +0300
commit74b292a0d7bfde605dc41999f0c49a7ddea9ebf9 (patch)
treefaa49df33516b883f2712d3104b3bcf09d3074d4 /composer.json
parent452bf6b2d0ed511c9ccc7a4085ecf6a5788014c8 (diff)
Add PhpMyAdmin\Tests namespace
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/composer.json b/composer.json
index 36afdb9438..8dd98cc9c2 100644
--- a/composer.json
+++ b/composer.json
@@ -27,6 +27,11 @@
"PhpMyAdmin\\Setup\\": "setup/lib"
}
},
+ "autoload-dev": {
+ "psr-4": {
+ "PhpMyAdmin\\Tests\\": "test/classes"
+ }
+ },
"repositories": [
{
"type": "composer",