Google\Cloud\Tests\System\Storage\ManageBucketsTest::testUpdateBucket PHP Method

testUpdateBucket() public method

public testUpdateBucket ( )
    public function testUpdateBucket()
    {
        $options = ['website' => ['mainPageSuffix' => 'index.html', 'notFoundPage' => '404.html']];
        $info = self::$bucket->update($options);
        $this->assertEquals($options['website'], $info['website']);
    }