Skip to content

Commit 545a8ee

Browse files
committed
[EventDispatcher] Remove template method in test case
1 parent 5d6473b commit 545a8ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ class GenericEventTest extends TestCase
3131
*/
3232
protected function setUp()
3333
{
34-
parent::setUp();
35-
3634
$this->subject = new \stdClass();
3735
$this->event = new GenericEvent($this->subject, array('name' => 'Event'));
3836
}
@@ -44,8 +42,6 @@ protected function tearDown()
4442
{
4543
$this->subject = null;
4644
$this->event = null;
47-
48-
parent::tearDown();
4945
}
5046

5147
public function testConstruct()

0 commit comments

Comments
 (0)