blink\testing\TestCase::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        if ($this->app) {
            $this->app->shutdown();
            $this->app = null;
        }
    }