We need to create tests to check the work of the Drush command that we use in the module.
I guess it should be smth like:
- create a new vocabulary;
- add a few items to the vocabulary;
- run the drush command;
- check the count of terms in the vocabulary (should be 0).
Issue fork taxonomy_delete-3401230
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
astonvictor commentedMerged the MR.
Created a new functional test to test the drush command.
Comment #5
astonvictor commented