Basho\Tests\TimeSeriesOperationsTest::testStoreRow PHP Method

testStoreRow() public method

public testStoreRow ( )
    public function testStoreRow()
    {
        $response = (new Command\Builder\TimeSeries\StoreRows(static::$riak))->inTable(static::$table)->withRow(static::generateRow())->build()->execute();
        $this->assertContains($response->getCode(), ['200', '204'], $response->getMessage());
    }