forked from dancryer/PHPCI
-
Notifications
You must be signed in to change notification settings - Fork 0
Atoum Plugin
Mike Bronner edited this page Sep 30, 2015
·
2 revisions
Allows you to run Atoum unit tests.
- args [string, optional] - Allows you to pass command line arguments to Atoum.
- config [string, optional] - Path to an Atoum configuration file.
- directory [string, optional] - Path in which to run Atom (defaults to the build root).
- executable [string, optional] - Allows you to provide a path to the Atom binary (defaults to PHPCI root, vendor/bin, or a system-provided Atom binary).
test:
atoum:
args: "command line arguments go here"
config: "path to config file"
directory: "directory to run tests"
executable: "path to atoum executable"