jamband\schemadump\tests\TestCase::tearDown PHP 메소드

tearDown() 보호된 메소드

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