1. 24 Sep, 2015 1 commit
  2. 18 Sep, 2015 2 commits
  3. 03 Sep, 2015 14 commits
  4. 02 Sep, 2015 3 commits
  5. 01 Sep, 2015 8 commits
  6. 26 Aug, 2015 5 commits
  7. 30 Jun, 2015 4 commits
  8. 19 Jun, 2015 3 commits
    • Jeremy Mikola's avatar
      Merge pull request #21 · 3e4d54b8
      Jeremy Mikola authored
      3e4d54b8
    • Jeremy Mikola's avatar
      Make expected document assertions more flexible · 0437bb85
      Jeremy Mikola authored
      Normalizing top-level documents as arrays will allow single and multi-document checks to be more flexible. This will not extend to embedded documents, where we'll still need to be explicit.
      
      Additionally, assertSameDocuments can now operate on any array or Traversable without needing to set its own type map.
      0437bb85
    • Jeremy Mikola's avatar
      Ensure operations return documents as objects by default · 82de6ec1
      Jeremy Mikola authored
      Unless the operation returns a scalar or custom value (e.g. Count, CreateIndexes), we should explicitly convert documents to stdClass instances to return. This will ultimately be made configurable once PHPLIB-112 is implemented.
      
      A manual cast (of arrays to objects) was also necessary until PHPC-318 is implemented.
      82de6ec1