Made setupGlobals() return the created context and use it instead of either global...
[lhc/web/wiklou.git] / tests / phpunit / includes / api /
2011-11-10 Jure Kajzer* reverted changes to Block and ApiBlockTest made in...
2011-11-10 Jure Kajzer* Added getInfinity to DatabaseOracle
2011-11-08 PlatonidesMark as FIXME. This three calls leak a png filename...
2011-10-28 Alexandre EmsenhuberPass the (correct) session doApiRequest()
2011-10-27 John Du HartFollowup r100905, disabling testGetRollbackToken becaus...
2011-10-27 Alexandre EmsenhuberFix for r100905:
2011-10-27 Antoine Mussowe must have a session when testing Api upload.
2011-10-27 John Du HartFollowup r100905, fixed the ApiTests
2011-10-11 Sam ReedFix comment blocks that start /* to /**
2011-09-12 KrinkleUse a username different from the main BlockTest.php...
2011-08-13 Chad Horohoervv (r94406)
2011-08-13 Chad HorohoePurposefully break two tests so I can see how Jenkins...
2011-08-08 Chad HorohoeMostly revert r89400: not needed since Brion fixed...
2011-08-04 Chad HorohoeFollowup r93928: forgot to remove this
2011-08-04 Chad HorohoeFixes for r92251:
2011-08-02 Chad Horohoe* ApiTest: mark testApiGotCookie() broken, since it is
2011-08-02 Neil Kandalgaonkaradd maxWidth param
2011-07-15 Bryan Tong MinhAdd words.txt for us Windows users. This is a random...
2011-07-12 Ian BakerRefactored UploadStash and related classes to use the...
2011-07-06 Chad HorohoeRemove notes about being destructive. We work properly...
2011-07-06 Chad HorohoeFollowup r91270: didn't need to be so paranoid about...
2011-07-03 Antoine Mussoenhance tests name (for --testdox option)
2011-07-01 Antoine Mussothrow an exception on !is_executable( $wgExiv2Command )
2011-07-01 Chad HorohoeMerge ApiTestSetup into ApiTestCase and update all...
2011-06-30 Chad HorohoeFixed a long-standing broken test:
2011-06-21 Neil Kandalgaonkarcreate images with orientation (had to use exiv2 hack...
2011-06-18 Neil Kandalgaonkarfix invocation of static function
2011-06-17 Neil Kandalgaonkargenerate random triangles (so we can test EXIF orientat...
2011-06-03 Chad HorohoeFix some of the weird freaky interaction between ApiBlo...
2011-06-02 Mark A. Hershbergerw/s changes.
2011-06-01 Chad HorohoeTest db cleanup
2011-05-30 Antoine Mussoadd broken test to broken group (not incomplete)
2011-05-28 Antoine MussoApiBlockTest: delete a block only if it exist
2011-05-28 Antoine MussoApiBlockTest now remove block it creates
2011-05-01 PlatonidesFollow up r87210
2011-04-23 Mark A. Hershbergerrandom w/s cleanup
2011-04-10 Neil Kandalgaonkarfollowup to r85654, move global declarations
2011-04-10 PlatonidesFollow up r85566. Add the helper classes to test autolo...
2011-04-07 Neil Kandalgaonkaralso generate random SVG files
2011-04-07 Paul CoppermanVarious fixes for PHPUnit tests:
2011-04-06 Mark A. HershbergerApply modification of mdale's patch from Bug #28420...
2011-03-21 Happy-melonBlame hashar for this giant commit; he teased me for...
2011-03-03 Chad HorohoeFollowup r83140: FakeMemCachedClient -> EmptyBagOStuff...
2011-03-02 Alexandre EmsenhuberPer Platonides, fix for r82686: make ApiUploadTest...
2011-02-12 Mark A. Hershbergerw/s fixups
2011-01-13 PlatonidesMark as needing a Database, as noted in r79532 CR.
2011-01-05 PlatonidesUnused global
2011-01-05 PlatonidesFollow up r79532. Do not setup a user needlessly.
2011-01-04 X!Fix r79532: Strct standards
2011-01-04 X!Add API query test
2011-01-04 X!Followup to r79532: Did I really need to implement...
2011-01-03 X!Add API format testing
2011-01-02 X!-Add &watchuser option to ApiBlock
2011-01-02 X!Followup to r79477: Add invalid purge title
2011-01-02 X!Add API purge test (mainly as proof of concept for...
2011-01-02 X!Refactor much of the API testing code.
2011-01-01 PlatonidesUse an autoloader for the tests, following the ideas...
2010-12-31 X!Forgot to change the other API tests
2010-12-31 X!-If $this->db does not exist, skip destroying the DB
2010-12-28 Chad Horohoe* verbose and color default output from phpunit
2010-12-28 X!assertType() is deprecated, switching usages tp assertI...
2010-12-16 PlatonidesThis path changed when moving the tests folder.
2010-12-14 Chad HorohoePer wikitech-l discussion: Move tests from maintenance...