summaryrefslogtreecommitdiff
path: root/extensions/TimedMediaHandler/tests/phpunit/README
blob: dd9eba39d160042ed32b5cfe965758b92b7b9690 (plain)
1
2
3
4
5
6
7
8
9
10
11

Some TimedMediaHandler testing notes:

	We have a base class ApiTestCaseVideoUpload that establishes the uploads. Actual uploading
	is tested in the core uploading support so we focus these tests on timed media handler functionality

 	We sometimes combine a few tests because fixtures don't play well with dataProvider
 	since the mediawiki test framework nukes the db every time you run the next test in
 	a given dataProvider data set.