Make arguments to phpunit.php work. It's hard to believe this could have been broken...
authorTim Starling <tstarling@users.mediawiki.org>
Mon, 23 Jan 2012 19:06:09 +0000 (19:06 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Mon, 23 Jan 2012 19:06:09 +0000 (19:06 +0000)
commit2462a1ae71f3bad798be0c73b7220a5625418890
tree3ed7b9a3e1d5d025c17771c0c1847cac0e9ab484
parentc354a5b65419447d740d5e2f675e15ad3298faf7
Make arguments to phpunit.php work. It's hard to believe this could have been broken since r79164, so maybe it was a change in the command line parser that PHPUnit uses that made it treat any options after the first non-option argument as being plain arguments rather than actual options.
tests/phpunit/phpunit.php