diff --git a/src/Context.php b/src/Context.php index 2cd5e79d070821fee223caa07139eefd5c63b700..dc65006eac6bc0203f8a15794b3f80f55ceeffc8 100644 --- a/src/Context.php +++ b/src/Context.php @@ -507,6 +507,7 @@ class Context implements BuilderAwareInterface $tasks = array_merge($tasks, $service->verify()); foreach ($tasks as $title => $task) { + $collection->getConfig()->set('start', ''); $collection->getConfig()->set('success', ''); $collection->getConfig()->set('failure', '');