Use a stub instead? http://www.phpunit.de/manual/3.0/en/mock-objects.html (at the bottom of the page)
On Fri, May 25, 2012 at 3:47 PM, Jeroen De Dauw <[email protected]>wrote: > Hey, > > I have some test class in which I need to (temporary) add a table. I did > some stuff that works locally for my (just constructing some SQL and > passing it to wfGetDb()->safeQuery) but it fails on Jenkins, presumably > because it's using SQLLite or whatever there. Is there a better way to add > such tables? > > Cheers > > -- > Jeroen De Dauw > http://www.bn2vs.com > Don't panic. Don't be evil. > -- > _______________________________________________ > 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
