tentwentyfour / phpspec-utte

PhpSpecUnitTestEngine for Arcanist

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

{
  "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

About

PhpSpecUnitTestEngine for Arcanist

License:MIT License


Languages

Language:PHP 100.0%