User tests: Successful: Unsuccessful:
I added a constructor method so that common initializations are made for any public task.
Previously, configuration and other initalizations methods were executed only on the run:tests
so other task failed (see #129).
Make sure you can run the following tasks:
`vendor/bin/robo run:tests`
`vendor/bin/robo create:testing-site`
Milestone |
Added: 3.4.2 |
looking good. Merging