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

testValidateObject() public method

Tests validate properly verifies that an intended change is not applied
public testValidateObject ( )
    public function testValidateObject()
    {
        $builder = new Command\Builder\UpdateHll(static::$riak);
        $builder->buildBucket('some_bucket');
        $builder->build();
    }