We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6473b commit 545a8eeCopy full SHA for 545a8ee
src/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php
@@ -31,8 +31,6 @@ class GenericEventTest extends TestCase
31
*/
32
protected function setUp()
33
{
34
- parent::setUp();
35
-
36
$this->subject = new \stdClass();
37
$this->event = new GenericEvent($this->subject, array('name' => 'Event'));
38
}
@@ -44,8 +42,6 @@ protected function tearDown()
44
42
45
43
$this->subject = null;
46
$this->event = null;
47
48
- parent::tearDown();
49
50
51
public function testConstruct()
0 commit comments