diff --git a/core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php b/core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php index 01d259a..3abd4cd 100644 --- a/core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php +++ b/core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php @@ -179,7 +179,7 @@ public function testRemoveService() public function testGetListenerPriority() { - // Override the parent test as our implementation doesn't provider + // Override the parent test as our implementation doesn't define // getListenerPriority(). }