Test cases working with “make tap” but not just “phpunit” right now.
authorMark A. Hershberger <mah@users.mediawiki.org>
Sun, 7 Feb 2010 05:45:37 +0000 (05:45 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Sun, 7 Feb 2010 05:45:37 +0000 (05:45 +0000)
commit4dc061b65f2b207ae2e41d47a1f423fab807cae7
tree1f265344ec22a4dd29cd0ec20f4b7483852835c2
parentd036809f36b5156e51990526a3e7c9795eae286d
Test cases working with “make tap” but not just “phpunit” right now.
“make tap” spawns a new php instance for each test file.

Found some problems with date/time parsing on older 32bit php.  I
forgot the year 2999 isn't a valid epoch date.
includes/HttpFunctions.php
maintenance/tests/ApiSetup.php [new file with mode: 0644]
maintenance/tests/ApiTest.php [new file with mode: 0644]
maintenance/tests/HttpTest.php
maintenance/tests/MediaWikiAPITest.php [deleted file]
maintenance/tests/MediaWikiAPI_Setup.php [deleted file]