Basho\Tests\BucketOperationsTest::testStore PHP Method

testStore() public method

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