Sulu\Bundle\TestBundle\Testing\SuluTestCase::createWebsiteClient PHP 메소드

createWebsiteClient() 보호된 메소드

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