SevenShores\Hubspot\Tests\Integration\Resources\TimelineTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        parent::tearDown();
        // Make sure that everything still exists
        if (!$this->timeline || !$this->eventTypeId) {
            return false;
        }
        $this->deleteEventType();
    }