Skip to content
Snippets Groups Projects
  1. Jul 28, 2016
  2. Jul 23, 2016
  3. Jul 21, 2016
  4. Jul 19, 2016
  5. Jul 06, 2016
  6. Jun 27, 2016
  7. Jun 20, 2016
  8. Jun 13, 2016
  9. Jun 06, 2016
  10. May 30, 2016
  11. May 12, 2016
  12. May 11, 2016
  13. May 03, 2016
  14. Apr 15, 2016
  15. Apr 12, 2016
  16. Apr 11, 2016
  17. Apr 01, 2016
  18. Mar 31, 2016
  19. Mar 24, 2016
    • Christian Kuhn's avatar
      [TASK] Upgrade to phpunit 5.2 · 7f941f3b
      Christian Kuhn authored
      With minimum php7 and after codeception released a patch level
      that introduced phpunit 5.x support, we can upgrade our phpunit
      dev dependency to 5.2 along with a patch level upgrade of vfsStream.
      
      This phpunit version is a bit more strict, some unclean tests
      stumble and need fixes:
      
      * $this->setExpectedException() needs a string as second argument,
      all places with $this->anything() or $this->any() to ignore the
      actual exception string are now substituted with empty string, the
      tests rely on the timestamp to specify a specific exception.
      
      * $aMock->expects()->method('aMethod') now throws exceptions if a
      method name is specified that is either not mocked in $this->getMock()
      or that does not exist in the mocked class. This was previously
      ignored. This change now catches a lot of code smell in our tests :)
      
      Change-Id: I546f8f4b3e05b3d643f4ee6be8e1d4c6e23fe083
      Resolves: #75264
      Releases: master
      Reviewed-on: https://review.typo3.org/47388
      
      
      Reviewed-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
      Tested-by: default avatarAnja Leichsenring <aleichsenring@ab-softlab.de>
      Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
      Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
      7f941f3b
  20. Mar 21, 2016
  21. Mar 04, 2016
  22. Feb 25, 2016
  23. Feb 19, 2016
  24. Feb 16, 2016
  25. Feb 15, 2016
  26. Feb 13, 2016
  27. Feb 12, 2016
  28. Feb 08, 2016
  29. Feb 05, 2016
  30. Feb 03, 2016
  31. Feb 01, 2016
  32. Jan 29, 2016
  33. Jan 22, 2016
  34. Jan 16, 2016
  35. Jan 07, 2016
  36. Nov 25, 2015
  37. Nov 04, 2015