mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-26 00:32:41 +01:00
No description
a28d4ff3e4
Summary: If present, this will override the default phpunit path. Allows easy integration of Composer-provided installs of phpunit (ex. set phpunit_binary to vendor/bin/phpunit). If the path provided doesn't resolve to an executable it will assume the path is relative to the project root. fix line length issue Test Plan: Added phpunit_binary to .arcconfig in a simple project using Composer with phpunit/phpunit package as part of require-dev (installed to $ROOT/vendor/bin/phpunit). Phpunit not otherwise installed on the system. Set unit.engine to PhpunitTestEngine. Confirmed that 'arc unit' used the specified binary, both at project root and from subdirectories. Reviewers: epriestley CC: aurelijus, Korvin, aran Differential Revision: https://secure.phabricator.com/D6791 |
||
---|---|---|
bin | ||
externals | ||
resources | ||
scripts | ||
src | ||
.arcconfig | ||
.divinerconfig | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
NOTICE | ||
README |
WHAT IS ARCANIST? Arcanist is the command-line tool for Phabricator. It allows you to interact with Phabricator installs to send code for review, download patches, transfer files, view status, make API calls, and various other things. You can find a complete user guide here: http://www.phabricator.com/docs/phabricator/article/Arcanist_User_Guide.html For more information about Phabricator, see: http://phabricator.org/ LICENSE Arcanist is released under the Apache 2.0 license except as otherwise noted.