Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D13892
Change Details
Change Details
Old
New
Diff
Unit test included for getEngineConfigurationName method. Tested locally against my own repo with the following: ```lang=js, name=.arcconfig { "engines": { "phpunit": { "type": "phpunit", "include": "(\\.php$)", "exclude": "(^vendor/)" } } } ```
Unit test included for getEngineConfigurationName method. Tested locally against my own repo with the following: ```lang=js, name=.arcconfig { "engines": { "phpunit": { "type": "phpunit", "include": "(\\.php$)", "exclude": "(^vendor/)" } } } ```
Continue