We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80dfa75 commit 7b33355Copy full SHA for 7b33355
1 file changed
test/Event/EventEmitter.php
@@ -36,8 +36,8 @@ protected function tearDown(): void
36
37
/**
38
* @covers UGComponents\Event\EventEmitter::unbind
39
- * @covers UGComponents\Event\EventEmitter::removeObserversByEvent
40
- * @covers UGComponents\Event\EventEmitter::removeObserversByCallback
+ * @covers UGComponents\Event\EventEmitter::unbindByEvent
+ * @covers UGComponents\Event\EventEmitter::unbindByCallback
41
*/
42
public function testOff()
43
{
0 commit comments