ZendTest\Stratigility\MiddlewarePipeTest::rootPaths PHP Method

rootPaths() public method

public rootPaths ( )
    public function rootPaths()
    {
        return ['empty' => [''], 'root' => ['/']];
    }
MiddlewarePipeTest