summaryrefslogtreecommitdiff
path: root/extensions/TimedMediaHandler/tests/phpunit/README
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-15 15:33:36 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-07-15 15:33:36 -0300
commita5f917bbc55e295896b8084f6657eb8b6abaf8a8 (patch)
tree83dca14378e45b11fe6bbf1d17e64505dff43cbd /extensions/TimedMediaHandler/tests/phpunit/README
parenta1d705e541e0d10baa6bb03935ffd38d9478d0e6 (diff)
Add TimedMediaHandler extension that allows display audio and video files in wiki pages, using the same syntax as for image files
Diffstat (limited to 'extensions/TimedMediaHandler/tests/phpunit/README')
-rw-r--r--extensions/TimedMediaHandler/tests/phpunit/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/TimedMediaHandler/tests/phpunit/README b/extensions/TimedMediaHandler/tests/phpunit/README
new file mode 100644
index 00000000..dd9eba39
--- /dev/null
+++ b/extensions/TimedMediaHandler/tests/phpunit/README
@@ -0,0 +1,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.
+
+