Skip to content
Snippets Groups Projects

Draft: Revert "Issue #3445896 by mstrelan, mondrake:...

Closed Michael Strelan requested to merge issue/drupal-3446164:3446164-revert-3445896 into 11.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -171,7 +171,7 @@ class_alias('\Drupal\Tests\DocumentElement', '\Behat\Mink\Element\DocumentElemen
// DebugClassLoader, that occur before tests' setUp() methods are called.
// We pass an instance of the PHPUnit error handler to redirect any error not
// managed by our layer back to PHPUnit.
set_error_handler(new BootstrapErrorHandler(PhpUnitErrorHandler::instance()));
set_error_handler(new BootstrapErrorHandler(new PhpUnitErrorHandler()));
// Enable the DebugClassLoader to get deprecations for methods' signature
// changes.
Loading