Skip to content

Commit 7b33355

Browse files
author
Christian Blanquera
committed
updating tests
1 parent 80dfa75 commit 7b33355

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Event/EventEmitter.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ protected function tearDown(): void
3636

3737
/**
3838
* @covers UGComponents\Event\EventEmitter::unbind
39-
* @covers UGComponents\Event\EventEmitter::removeObserversByEvent
40-
* @covers UGComponents\Event\EventEmitter::removeObserversByCallback
39+
* @covers UGComponents\Event\EventEmitter::unbindByEvent
40+
* @covers UGComponents\Event\EventEmitter::unbindByCallback
4141
*/
4242
public function testOff()
4343
{

0 commit comments

Comments
 (0)