Basho\Tests\Riak\Command\Builder\UpdateHllTest::testValidateBucket PHP Method

testValidateBucket() public method

Tests validate properly verifies the Bucket is not there
public testValidateBucket ( )
    public function testValidateBucket()
    {
        $builder = new Command\Builder\UpdateHll(static::$riak);
        $builder->add('some_element');
        $builder->build();
    }