issue-2743 added autoloading of tests into composer while in dev (ref.: https://getcomposer.org/doc/04-schema.md#autoload-dev)

This commit is contained in:
Mikolaj Przybysz 2016-05-02 11:39:56 +02:00
parent b1c030d698
commit ce6dd4b2c2

View File

@ -29,5 +29,8 @@
},
"autoload": {
"psr-4": { "{{escapedInvokerPackage}}\\" : "{{srcBasePath}}/" }
},
"autoload-dev": {
"psr-4": { "{{escapedInvokerPackage}}\\" : "{{srcBasePath}}/" }
}
}