mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-24 21:18:19 -05:00
tests: error handling
tests: remove unnecessary logs
This commit is contained in:
@@ -42,7 +42,6 @@ class BehatHelper {
|
||||
try {
|
||||
return $environment->getContext($class);
|
||||
} catch (ContextNotFoundException $e) {
|
||||
print_r("[INFO] '$class' context not found. Registering...\n");
|
||||
$context = new $class();
|
||||
$environment->registerContext($context);
|
||||
if (\method_exists($context, 'before')) {
|
||||
|
||||
Reference in New Issue
Block a user