miloschumanunit\highcharts\BaseTestCase::tearDown PHP Метод

tearDown() защищенный Метод

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