1. 02 Nov, 2019 3 commits
  2. 07 Oct, 2019 1 commit
  3. 06 Oct, 2019 1 commit
  4. 03 Aug, 2019 1 commit
  5. 10 Jun, 2019 1 commit
    • Sergei Morozov's avatar
      Updated PHPUnit to 8.2.1 · 056cd808
      Sergei Morozov authored
      The new version contains some improvements in handling mocks (https://github.com/sebastianbergmann/phpunit/issues/3602) and will help identify some existing issues in DBAL 3.0 tests:
      
      There were 2 warnings:
      
      1) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #0 (array('test', null, 'value'))
      Method bindValue may not return value of type boolean
      
      2) Doctrine\Tests\DBAL\Driver\OCI8\OCI8StatementTest::testExecute with data set #1 (array(null, 'test', 'value'))
      Method bindValue may not return value of type boolean
      056cd808
  6. 07 Jun, 2019 1 commit
  7. 28 May, 2019 2 commits
  8. 16 May, 2019 1 commit
    • Sergei Morozov's avatar
      Reworked driver exception tests · 63277274
      Sergei Morozov authored
      1. Got rid of hard-coded exception mocks in favor of PHPUnit-generated ones where possible.
      2. Reworked AbstractDriverTest::testConvertsException() to use a data provider to make testing all types of exceptions independent.
      3. Updated PHPUnit since the reworked code relies on sebastianbergmann/phpunit#3604.
      63277274
  9. 17 Apr, 2019 1 commit
  10. 03 Apr, 2019 1 commit
  11. 17 Mar, 2019 1 commit
  12. 14 Mar, 2019 1 commit
  13. 03 Feb, 2019 1 commit
  14. 20 Jan, 2019 1 commit
  15. 06 Dec, 2018 1 commit
  16. 16 Oct, 2018 1 commit
  17. 28 Sep, 2018 1 commit
  18. 31 Aug, 2018 2 commits
  19. 18 Aug, 2018 1 commit
  20. 03 Aug, 2018 1 commit
  21. 02 Aug, 2018 1 commit
  22. 03 Jul, 2018 2 commits
  23. 27 Jun, 2018 1 commit
  24. 11 Jun, 2018 1 commit
  25. 04 Jun, 2018 1 commit
  26. 10 Apr, 2018 1 commit
  27. 07 Apr, 2018 1 commit
  28. 01 Apr, 2018 1 commit
  29. 16 Mar, 2018 1 commit
  30. 01 Mar, 2018 1 commit
  31. 17 Feb, 2018 1 commit
  32. 05 Jan, 2018 1 commit
  33. 29 Dec, 2017 1 commit
  34. 06 Dec, 2017 2 commits
    • Grégoire Paris's avatar
      Trigger a deprecation on unknown option · 0241134e
      Grégoire Paris authored
      I am not sure if there is a rationale behind ignoring extra keys like
      this. I was under the impression that something might copy options to
      platform specific options, thus leaving options in the original array,
      knowing they would be ignored anyway. If it is the case, it would be
      best to just move them, otherwise, this commit might help troubleshoot
      some mapping issues.
      I had to fix some tests that wrongly used that options array (maybe
      these options were valid at some point?).
      0241134e
    • Grégoire Paris's avatar
      Sort packages · 0b00d508
      Grégoire Paris authored
      It makes diffs easier to read and avoids conflicts.
      0b00d508