Elgg\ActionsServiceTest::executeForwardUrlDataProvider PHP Method

executeForwardUrlDataProvider() public method

    public function executeForwardUrlDataProvider()
    {
        return [['/home', 'home'], ['http://localhost/home/', 'home/'], ['http://example.com/home/', 'example.com/home/'], ['@me/home/', 'me/home/']];
    }
ActionsServiceTest