Thanks. It turns out (something I discovered through a series of odd coincidences) that TextUI/Command.php used to execute PHPUnit_TextUI_Command::main at the bottom. This was removed some time ago so the PHPUnit_TextUI_Command class could be extended (by including the file for that purpose).
--- On Mon, 8/3/09, Alexandre Emsenhuber <[email protected]> wrote: > From: Alexandre Emsenhuber <[email protected]> > Subject: Re: [Wikitech-l] Is there any evidence that the tests in > phase3/maintenance/Tests ever worked? (errata) > To: "Wikimedia developers" <[email protected]> > Date: Monday, August 3, 2009, 1:42 PM > The code that starts the tests is in > PHPUnit (which is required to run > these tests) and is triggered by the line "require( > 'PHPUnit/TextUI/ > Command.php' );" in run-tests.php. > > Cheers! > Alexandre Emsenhuber > > Le 3 août 09 à 20:06, dan nessett a écrit : > > > > > That is, the tests in ../phase3/tests. > > > > --- On Mon, 8/3/09, dan nessett <[email protected]> > wrote: > > > >> From: dan nessett <[email protected]> > >> Subject: [Wikitech-l] Is there any evidence that > the tests in > >> phase3/maintenance/Tests ever worked? > >> To: [email protected] > >> Date: Monday, August 3, 2009, 11:02 AM > >> > >> I am working on the tests in > ../phase3/maintenance/tests. I > >> have found 2 problems (one of which may be only > locally > >> relevant). When I follow the logic initiated in > >> run-tests.php (which according to the target in > the Makefile > >> seems to be the initiator of the tests) there are > a lot of > >> includes, but nothing in these appears to lead to > anything > >> that might start the tests. > >> > >> I am beginning to suspect that these tests never > worked. > >> However, I am open to correction. Has anyone ever > run these > >> tests successfully? > >> > >> > >> > >> > >> _______________________________________________ > >> Wikitech-l mailing list > >> [email protected] > >> https://lists.wikimedia.org/mailman/listinfo/wikitech-l > >> > > > > > > > > > > _______________________________________________ > > Wikitech-l mailing list > > [email protected] > > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > > > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
