Sulu\Bundle\TestBundle\Testing\SuluTestCase::createWebsiteClient PHP Method

createWebsiteClient() protected method

Create client for tests on the "website" context.
protected createWebsiteClient ( ) : Client
return Symfony\Bundle\FrameworkBundle\Client
    protected function createWebsiteClient()
    {
        return $this->createClient(['sulu_context' => 'website', 'environment' => 'dev']);
    }