SimpleSAML\Test\Web\IndexTest::tearDown PHP Method

tearDown() protected method

The tear down method that is executed after all tests in this class.
protected tearDown ( )
    protected function tearDown()
    {
        unlink($this->shared_file);
        $this->server->stop();
    }