Basho\Tests\SearchOperationsTest::testStoreSchema PHP Method

testStoreSchema() public method

public testStoreSchema ( )
    public function testStoreSchema()
    {
        $command = (new Command\Builder\Search\StoreSchema(static::$riak))->withName('users')->withSchemaString(static::$default_schema)->build();
        $response = $command->execute();
        $this->assertEquals('204', $response->getCode(), $response->getMessage());
    }