Basho\Tests\ObjectOperationsTest::testFetchNotFound PHP Method

testFetchNotFound() public method

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