• Jeremy Mikola's avatar
    Handle new Cursor and toArray() API in extension · 0ffbae83
    Jeremy Mikola authored
    PHPC-224 consolidated the Result and Cursor classes into one. Additionally, PHPC-203 changed toArray() to return iterator_to_array($this) instead of only the first result document. For commands, this means we need to extract the first element in toArray()'s return value.
    0ffbae83
FunctionalTestCase.php 931 Bytes