tests: error handling

tests: remove unnecessary logs
This commit is contained in:
Saw-jan
2024-11-20 15:42:49 +05:45
parent 831f8eaa0b
commit 327e6260ff
7 changed files with 88 additions and 214 deletions
@@ -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')) {