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:
authorMichal Čihař <michal@cihar.com>2017-12-18 15:09:01 +0300
committerMichal Čihař <michal@cihar.com>2017-12-18 15:09:01 +0300
commit8b8e68c6bf3867a7ccfc794326abf1bdcc8dbaa9 (patch)
treea5c355fce3638881d36c8b3163278a15fe5f57cb /composer.json
parent9b820d84d1f6cb55d33fa5ec6f1a341cdf2032d2 (diff)
Use PSR-4 for loading selenium tests and adjust their names
Signed-off-by: Michal Čihař <michal@cihar.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 63d7b57d09..1a43ac0ada 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,8 @@
},
"autoload-dev": {
"psr-4": {
- "PhpMyAdmin\\Tests\\": "test/classes"
+ "PhpMyAdmin\\Tests\\": "test/classes",
+ "PhpMyAdmin\\Tests\\Selenium\\": "test/selenium/"
}
},
"repositories": [