atoum standard edition is an opinionated packaging of atoum. It contains features that are not considered best practices in atoum's core, but could be useful and used by many developers. It is also aimed to ease the integration on ci environments and leverage the composer.json file to provide some automatic configuration.
You just have to require atoum/standard-edition
via composer. You don't need to install atoum manually.
composer require --dev atoum/standard-edition
See below for the full list of features.
For each of these features, the best is to read the documentation for each of them. Just remember they are ready to use, so you don't need to configure it in the configuration file or whatever.
To generate an Xunit report, add the environnement variable XUNIT_REPORT_PATH
with the path to the xUnit file to generate as value.
If the directory were the file should be written does not exists, il will be created.
If you want to participate in the telemetry project, you just need to set the TELEMETRY_ENABLED
environnment variable.
You can set multiple values
If the autoloop extension is installed, files/folders defined in the autoload section of your composer.json file will be automaticly watch.
You must manually install the autoloop extension (because some of its dependancies may cause conflicts on your project).
atoum standard edition is released under the MIT License. See the bundled LICENSE file for details.