Autarky\Testing\WebTestCase::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        parent::setUp();
        $this->client = $this->createClient();
    }