Closed agallou closed 8 years ago
It's now possible to add a filter on an extension.
atoum as a mechanism to ignore some tests if a php extension is not loaded. For example :
/** * @extensions blackfire */ class Example extends atoum
This change adds an extension variable to the filter rule.
You can now, for example launch only the tests that needs the blackfire extension :
./vendor/bin/atoum -d tests --filter '"blackfire" in extensions'
@agallou could you add a changelog entry please ?
:+1:
changelog updated.
branch rebased after the merge of the PR #24
It's now possible to add a filter on an extension.
atoum as a mechanism to ignore some tests if a php extension is not loaded. For example :
This change adds an extension variable to the filter rule.
You can now, for example launch only the tests that needs the blackfire extension :