function DrupalListener::__construct

Constructs the DrupalListener object.

File

core/tests/Drupal/Tests/Listeners/DrupalListener.php, line 56

Class

DrupalListener
Listens to PHPUnit test runs.

Namespace

Drupal\Tests\Listeners

Code

public function __construct() {
  $this->symfonyListener = new SymfonyTestsListener();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.