ZendTest\Stratigility\MiddlewarePipeTest::tearDown PHP Method

tearDown() public method

public tearDown ( )
    public function tearDown()
    {
        if (false !== $this->deprecationsSuppressed) {
            restore_error_handler();
        }
        $this->restoreErrorHandler();
    }
MiddlewarePipeTest