https://github.com/tentwentyfour/phpspec-utte
PhpSpecUnitTestEngine for Arcanist
https://github.com/tentwentyfour/phpspec-utte
arcanist phabricator phpspec unit-testing
Last synced: about 1 year ago
JSON representation
PhpSpecUnitTestEngine for Arcanist
- Host: GitHub
- URL: https://github.com/tentwentyfour/phpspec-utte
- Owner: tentwentyfour
- License: mit
- Created: 2017-03-19T17:01:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-27T10:10:45.000Z (over 8 years ago)
- Last Synced: 2025-03-12T04:27:32.856Z (over 1 year ago)
- Topics: arcanist, phabricator, phpspec, unit-testing
- Language: PHP
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhpSpec Unit-Test Engine for Arcanist
## Usage
In order to use this unit-test engine, simply clone the repository and adapt your `.arcconfig` file to match its location. E.g. if you have both your project and the phpspec-utte directory checked out in the same parent directory, this will work:
```javascript
{
"phabricator.uri" : "https://your.phabricator.instance/",
"arc.land.onto.default": "development",
"load": [
"./../phpspec-utte/"
],
"unit.engine": "PhpSpecUnitTestEngine",
"unit.phpspec.binary": "./vendor/bin/phpspec"
}
```
## Feedback & Contributions
Think this repo deserves a packagist entry, have any feedback or want to contribute?
Get in touch with us through [our website](http://www.tentwentyfour.lu)