MediaWiki fundraising/REL1_35
|
Integration tests for Vector Hooks. More...
Integration tests for Vector Hooks.
@group Vector @coversDefaultClass \Vector\Hooks
Definition at line 17 of file VectorHooksTest.php.
VectorHooksTest::testOnGetPreferencesShowPreferencesDisabled | ( | ) |
VectorHooksTest::testOnGetPreferencesShowPreferencesEnabledSkinSectionFoundLegacy | ( | ) |
@covers ::onGetPreferences
Definition at line 35 of file VectorHooksTest.php.
References getUser(), and SKIN_PREFS_SECTION.
VectorHooksTest::testOnGetPreferencesShowPreferencesEnabledSkinSectionMissingLatest | ( | ) |
@covers ::onGetPreferences
Definition at line 117 of file VectorHooksTest.php.
References getUser(), and SKIN_PREFS_SECTION.
VectorHooksTest::testOnGetPreferencesShowPreferencesEnabledSkinSectionMissingLegacy | ( | ) |
@covers ::onGetPreferences
Definition at line 77 of file VectorHooksTest.php.
References getUser(), and SKIN_PREFS_SECTION.
VectorHooksTest::testOnLocalUserCreatedLatest | ( | ) |
@covers ::onLocalUserCreated
Definition at line 274 of file VectorHooksTest.php.
VectorHooksTest::testOnLocalUserCreatedLegacy | ( | ) |
@covers ::onLocalUserCreated
Definition at line 255 of file VectorHooksTest.php.
VectorHooksTest::testOnPreferencesFormPreSaveVectorDisabledNoOldPreference | ( | ) |
@covers ::onPreferencesFormPreSave
Definition at line 216 of file VectorHooksTest.php.
VectorHooksTest::testOnPreferencesFormPreSaveVectorDisabledOldPreference | ( | ) |
@covers ::onPreferencesFormPreSave
Definition at line 234 of file VectorHooksTest.php.
VectorHooksTest::testOnPreferencesFormPreSaveVectorEnabledLatestNewPreference | ( | ) |
@covers ::onPreferencesFormPreSave
Definition at line 178 of file VectorHooksTest.php.
VectorHooksTest::testOnPreferencesFormPreSaveVectorEnabledLegacyNewPreference | ( | ) |
@covers ::onPreferencesFormPreSave
Definition at line 157 of file VectorHooksTest.php.
VectorHooksTest::testOnPreferencesFormPreSaveVectorEnabledNoNewPreference | ( | ) |
@covers ::onPreferencesFormPreSave
Definition at line 199 of file VectorHooksTest.php.
VectorHooksTest::testOnSkinTemplateNavigation | ( | ) |
@covers ::onSkinTemplateNavigation
Definition at line 293 of file VectorHooksTest.php.