jamband\schemadump\tests\TestCase::tearDown PHP Method

tearDown() protected method

By default the application created with [[mockApplication]] will be destroyed.
protected tearDown ( )
    protected function tearDown()
    {
        parent::tearDown();
        $this->destroyApplication();
    }