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

setUp() public method

public setUp ( )
    public function setUp()
    {
        $this->connection = $this->prophesize('Google\\Cloud\\Storage\\Connection\\ConnectionInterface');
    }