Merge "Add two new hooks to fix broken CentralAuth unit tests"
authorjenkins-bot <jenkins-bot@gerrit.wikimedia.org>
Wed, 5 Jul 2017 17:54:07 +0000 (17:54 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Wed, 5 Jul 2017 17:54:07 +0000 (17:54 +0000)
1  2 
docs/hooks.txt

diff --combined docs/hooks.txt
@@@ -2657,7 -2657,6 +2657,7 @@@ $formData: array of user submitted dat
  $form: PreferencesForm object, also a ContextSource
  $user: User object with preferences to be saved set
  &$result: boolean indicating success
 +$oldUserOptions: array with user old options (before save)
  
  'PreferencesGetLegend': Override the text used for the <legend> of a
  preferences section.
@@@ -3453,6 -3452,14 +3453,14 @@@ $title: Title object of the page that w
  $title: title object related to the revision
  $rev: revision (object) that will be viewed
  
+ 'UnitTestsAfterDatabaseSetup': Called right after MediaWiki's test infrastructure
+ has finished creating/duplicating core tables for unit tests.
+ $database: Database in question
+ $prefix: Table prefix to be used in unit tests
+ 'UnitTestsBeforeDatabaseTeardown': Called right before MediaWiki tears down its
+ database infrastructure used for unit tests.
  'UnitTestsList': Called when building a list of paths containing PHPUnit tests.
  Since 1.24: Paths pointing to a directory will be recursively scanned for
  test case files matching the suffix "Test.php".