firehed / arctools
Easily integrate with Arcanist and libphutil
Installs: 6 837
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 0
Requires (Dev)
- phpunit/phpunit: ~5.0
This package is auto-updated.
Last update: 2022-04-29 00:31:19 UTC
README
This library is designed to make it really easy to plug Arcanist and Libphutil into an existing Composer-based project.
Usage
In your project's root directory, edit the .arcconfig
file (or create one if
it does not already exist) and add the following values:
{
"unit.engine": "Firehed\\Arctools\\Unit\\PHPUnitTestEngine",
"load": [
"vendor/firehed/arctools/src"
]
}
Additional Configuration
"phpunit.config": "relative/path/to/phpunit.xml"
"phpunit.source_directory": "path/to/source"
,"phpunit.test_directory": "path/to/tests"
,- Test suffix (future)