Basho\Tests\TimeSeriesOperationsTest::testCreateTable PHP Method

testCreateTable() public method

public testCreateTable ( )
    public function testCreateTable()
    {
        $command = (new Command\Builder\TimeSeries\Query(static::$riak))->withQuery(static::tableDefinition(static::$table . rand(0, 1000)))->build();
        $response = $command->execute();
        $this->assertContains($response->getCode(), ['200', '204'], $response->getMessage());
    }