Basho\Tests\BucketOperationsTest::testStore2 PHP Method

testStore2() public method

public testStore2 ( )
    public function testStore2()
    {
        $command = (new Command\Builder\SetBucketProperties(static::$riak))->buildBucket('test')->set('allow_mult', true)->build();
        $response = $command->execute();
        $this->assertEquals('204', $response->getCode(), $response->getMessage());
    }