1. 06 Jun, 2020 1 commit
  2. 27 May, 2020 2 commits
  3. 04 May, 2020 1 commit
  4. 01 May, 2020 1 commit
  5. 26 Aug, 2019 1 commit
  6. 07 Aug, 2019 1 commit
  7. 30 May, 2019 1 commit
  8. 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
  9. 23 Apr, 2019 1 commit
  10. 18 Apr, 2019 1 commit
  11. 17 Mar, 2019 1 commit
  12. 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
  13. 03 Feb, 2019 1 commit
  14. 08 Nov, 2018 1 commit
  15. 28 Sep, 2018 2 commits
  16. 11 May, 2018 1 commit
  17. 01 May, 2018 1 commit
  18. 30 Apr, 2018 1 commit
  19. 01 Apr, 2018 1 commit
  20. 29 Mar, 2018 1 commit
  21. 29 Jan, 2018 1 commit
  22. 04 Jan, 2018 2 commits
  23. 03 Jan, 2018 1 commit
  24. 02 Jan, 2018 1 commit
  25. 01 Jan, 2018 7 commits
  26. 26 Dec, 2017 1 commit
  27. 06 Dec, 2017 1 commit
    • 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
  28. 19 Nov, 2017 1 commit
  29. 18 Nov, 2017 1 commit
  30. 11 Sep, 2017 1 commit
  31. 09 Sep, 2017 1 commit