1. 21 Mar, 2020 3 commits
  2. 03 Aug, 2019 1 commit
  3. 12 May, 2018 2 commits
  4. 08 Apr, 2018 1 commit
    • Sergei Morozov's avatar
      Consistent PHPUnit configuration across environments · 5a0ca2f5
      Sergei Morozov authored
      1. XSD location pointing to the vendored file.
      2. Removed `backupGlobals="false"`.
      3. Added `failOnRisky="true" failOnWarning="true"`.
      4. Added `beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true"`.
      5. Added code coverage whitelist.
      5a0ca2f5
  5. 04 Apr, 2018 1 commit
  6. 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
  7. 09 Sep, 2017 1 commit
  8. 17 Oct, 2015 1 commit
  9. 23 Jul, 2015 1 commit
  10. 18 Jan, 2015 2 commits
  11. 26 Dec, 2014 1 commit
  12. 13 Nov, 2011 3 commits