1. 21 Dec, 2019 1 commit
  2. 24 Nov, 2019 1 commit
  3. 20 Nov, 2019 1 commit
  4. 28 Oct, 2019 1 commit
  5. 25 Oct, 2019 1 commit
  6. 14 Oct, 2019 1 commit
  7. 13 Oct, 2019 1 commit
  8. 07 Oct, 2019 1 commit
  9. 01 Sep, 2019 1 commit
  10. 28 Aug, 2019 2 commits
  11. 26 Aug, 2019 1 commit
  12. 23 Aug, 2019 2 commits
  13. 07 Aug, 2019 1 commit
  14. 03 Aug, 2019 2 commits
  15. 26 Jun, 2019 1 commit
  16. 17 Jun, 2019 1 commit
  17. 15 Jun, 2019 2 commits
  18. 30 May, 2019 1 commit
  19. 28 May, 2019 1 commit
  20. 24 May, 2019 1 commit
    • Sergei Morozov's avatar
      Deprecated Driver::getName() · 4074ae93
      Sergei Morozov authored
      The method is not used for anything else than skipping tests for specific drivers. Cross-driver portability should be established by drivers, not outside of them based on their name.
      4074ae93
  21. 23 May, 2019 1 commit
  22. 22 May, 2019 2 commits
  23. 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
  24. 23 Apr, 2019 2 commits
  25. 18 Apr, 2019 1 commit
  26. 17 Apr, 2019 1 commit
  27. 14 Apr, 2019 1 commit
  28. 13 Apr, 2019 1 commit
  29. 17 Mar, 2019 1 commit
  30. 27 Feb, 2019 2 commits
  31. 26 Feb, 2019 1 commit
  32. 23 Feb, 2019 1 commit
    • Sergei Morozov's avatar
      Marked some test classes abstract · b0ed680f
      Sergei Morozov authored
      1. SchemaManagerFunctionalTestCase can be run only via an extending class. Otherwise, it skips all tests. If the test case is represented as an abstract class, PhpStorm will offer a choise of concrete classes which is very handy when debugging test failures.
      2. DbalFunctionalTestCase and DbalPerformanceTestCase are meant to be used as base classes and don't contain any tests.
      b0ed680f
  33. 03 Feb, 2019 1 commit