Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / event-dispatcher / Tests / GenericEventTest.php
index 9cf68c987f0da4821bb9dde0748ace073d13e2d7..b63f69df1456f153c4108b3d09be8db0318aba1c 100644 (file)
@@ -31,8 +31,6 @@ class GenericEventTest extends TestCase
      */
     protected function setUp()
     {
-        parent::setUp();
-
         $this->subject = new \stdClass();
         $this->event = new GenericEvent($this->subject, array('name' => 'Event'));
     }
@@ -44,8 +42,6 @@ class GenericEventTest extends TestCase
     {
         $this->subject = null;
         $this->event = null;
-
-        parent::tearDown();
     }
 
     public function testConstruct()