You are here

protected property ConfigUpdateUnitTestBase::$dispatchedEvents in Configuration Update Manager 8

List of mock-dispatched events.

Each element of the array is the call parameters to dispatchEvent() in the mocked dispatch class: name and event instance.

Type: array

See also

ConfigUpdateUnitTestBase::getEventDispatcherMock()

File

tests/src/Unit/ConfigUpdateUnitTestBase.php, line 325

Class

ConfigUpdateUnitTestBase
Base class for unit testing in Config Update Manager.

Namespace

Drupal\Tests\config_update\Unit

Code

protected $dispatchedEvents = [];