Google\Cloud\Tests\Storage\StorageClientTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->connection = $this->prophesize('Google\\Cloud\\Storage\\Connection\\ConnectionInterface');
        $this->client = new StorageTestClient(['projectId' => 'project']);
    }