Fix composer classmap config

This commit is contained in:
An Phan 2016-11-24 00:55:57 +08:00
parent 1c0681643f
commit 088fe253e7
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -33,7 +33,7 @@
"autoload-dev": {
"classmap": [
"tests/TestCase.php",
"tests/E2E"
"tests/e2e"
]
},
"scripts": {