Closed agallou closed 8 years ago
This operator is will improve the readability of the tags filter.
Before, we needed to write something like this :
./vendor/bin/atoum -d tests --filter 'not ("needsDatabase" in tags)'
Now, we could write something like this :
./vendor/bin/atoum -d tests --filter 'not (tags contains "needsDatabase")'
@agallou could you add a changelog entry please ?
:+1:
changelog entry added.
This operator is will improve the readability of the tags filter.
Before, we needed to write something like this :
Now, we could write something like this :