update to phpunit 4.1.3

Review Request #325 — Created July 9, 2014 and submitted

tardypad
Lunr
tardypad:phpunit-4.1.3
339, 338
lunr
All relative paths in a configuration file are now resolved relative to that configuration file


  • 0
  • 0
  • 1
  • 0
  • 1
Description From Last Updated
There are no open issues
tardypad
  1. Running phpunit is taking much much more time and memory for me on my local environment...
    phpunit-3.7.37: Time: 1.15 minutes, Memory: 85.25Mb
    phpunit-4.1.3:  Time: 11.68 minutes, Memory: 199.50Mb
    Please test and let me know if it's the same for you to see if this needs further investigation
    1. I now had opportunity to look at the new phpunit as well and see a similar performance regression still with version 4.2.6. So it's not your local environment :)
      I'll see whether I can find out some more and raise a bug with phpunit. Help appreciated :)
    2. Bug report now opened. You can find it here: https://github.com/sebastianbergmann/phpunit/issues/1541
  2. 
      
pprkut
  1. 
      
  2. tests/phpunit.xml (Diff revision 1)
     
     
     
     
    The issue has been resolved. Show all issues
    We will need to set this to "1" in order for memory consumption to stay reasonable. Let's hope the segfault bug has been resolved :/
  3. 
      
tardypad
pprkut
  1. Ship It!
  2. 
      
tardypad
Review request changed

Status: Closed (submitted)

Change Summary:

Merged into master
Loading...