PhpunitTestEngine was missing some pieces in order to work. It didn't have a getEngineConfigurationName method or an instance of ArcanistConfigurationManager to work with.
Fixes T9174
Differential D13892
Get PhpunitTestEngine in working order rfreebern on Aug 14 2015, 12:40 AM. Authored by Tags None Referenced Files
Subscribers
Details
PhpunitTestEngine was missing some pieces in order to work. It didn't have a getEngineConfigurationName method or an instance of ArcanistConfigurationManager to work with. Fixes T9174 Unit test included for getEngineConfigurationName method. Tested locally against my own repo with the following: .arcconfig { "engines": { "phpunit": { "type": "phpunit", "include": "(\\.php$)", "exclude": "(^vendor/)" } } }
Diff Detail
|