Skip to content

Commit 3e89168

Browse files
committed
test getDispatcher
1 parent 2b95025 commit 3e89168

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tests/Services/LifecycleEventsDispatcherTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ public function setUp() : void
7373
->getMock();
7474
}
7575

76+
public function testGetDispatcher()
77+
{
78+
$this->assertEquals($this->sfDispatcher, $this->dispatcher->getDispatcher());
79+
}
80+
7681
public function testDispatchCreationEvents()
7782
{
7883
$user = new User();

0 commit comments

Comments
 (0)