Gc\View\CollectionTest::tearDown PHP Method

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void
    protected function tearDown()
    {
        $model = Model::fromIdentifier('identifier-collection-test');
        $model->delete();
        unset($this->object);
    }