Basho\Tests\TimeSeriesOperationsTest::testFetchRowNotFound PHP Method

testFetchRowNotFound() public method

    public function testFetchRowNotFound()
    {
        $response = (new Command\Builder\TimeSeries\FetchRow(static::$riak))->atKey(static::$key)->inTable(static::$table . 'notfound')->build()->execute();
        $this->assertEquals('404', $response->getCode(), $response->getMessage());
    }