firehed / arctools
This package is abandoned and no longer maintained.
No replacement package was suggested.
Easily integrate with Arcanist and libphutil
1.1.0
2015-10-16 22:30 UTC
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)