Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5330603

Browse files
deegitalfabpot
authored andcommitted
Teardown used wrong property
1 parent b76ac2f commit 5330603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/EventDispatcher/Tests/EventTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ protected function setUp()
4646
protected function tearDown()
4747
{
4848
$this->event = null;
49-
$this->eventDispatcher = null;
49+
$this->dispatcher = null;
5050
}
5151

5252
public function testIsPropagationStopped()

0 commit comments

Comments
 (0)