public function TestEventDispatcher::getNotCalledListeners

Gets the not called listeners.

Return value

array An array of not called listeners

Overrides TraceableEventDispatcherInterface::getNotCalledListeners

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Tests/Fixtures/TestEventDispatcher.php, line 24

Class

TestEventDispatcher

Namespace

Symfony\Component\HttpKernel\Tests\Fixtures

Code

public function getNotCalledListeners() {
  return array(
    'bar',
  );
}