Basho\Tests\HllOperationsTest::testFetchNotFound PHP Method

testFetchNotFound() public method

public testFetchNotFound ( )
    public function testFetchNotFound()
    {
        $command = (new Command\Builder\FetchHll(static::$riak))->buildLocation(static::$key, 'default', static::HLL_BUCKET_TYPE)->build();
        $response = $command->execute();
        $this->assertEquals('404', $response->getCode());
    }