Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. They're...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Dec 2010 16:26:35 +0000 (16:26 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 14 Dec 2010 16:26:35 +0000 (16:26 +0000)
commit23f69f10ed07c7fbe7d752882a88d55351ce2e3d
tree43054aea852645def63951fcbf45eb2cf2551adb
parent5903e492a5c60f65182d6339f63693aa2dca92f0
Per wikitech-l discussion: Move tests from maintenance/tests/ to tests/. They're not strictly maintenance scripts, and some people want to do a selective checkout that doesn't include the tests. There's still debate on whether we should include these in the release downloads, but we had a pretty firm consensus to move this.
90 files changed:
tests/parser/extraParserTests.txt [new file with mode: 0644]
tests/parser/parserTest.inc [new file with mode: 0644]
tests/parser/parserTests.txt [new file with mode: 0644]
tests/parser/parserTestsParserHook.php [new file with mode: 0644]
tests/parser/parserTestsStaticParserHook.php [new file with mode: 0644]
tests/phpunit/Makefile [new file with mode: 0644]
tests/phpunit/README [new file with mode: 0644]
tests/phpunit/TODO [new file with mode: 0644]
tests/phpunit/bootstrap.php [new file with mode: 0644]
tests/phpunit/includes/CdbTest.php [new file with mode: 0644]
tests/phpunit/includes/ExternalStoreTest.php [new file with mode: 0644]
tests/phpunit/includes/ExtraParserTest.php [new file with mode: 0644]
tests/phpunit/includes/GlobalTest.php [new file with mode: 0644]
tests/phpunit/includes/HttpTest.php [new file with mode: 0644]
tests/phpunit/includes/IPTest.php [new file with mode: 0644]
tests/phpunit/includes/ImageFunctionsTest.php [new file with mode: 0644]
tests/phpunit/includes/LanguageConverterTest.php [new file with mode: 0644]
tests/phpunit/includes/LicensesTest.php [new file with mode: 0644]
tests/phpunit/includes/LocalFileTest.php [new file with mode: 0644]
tests/phpunit/includes/MessageTest.php [new file with mode: 0644]
tests/phpunit/includes/ParserOptionsTest.php [new file with mode: 0644]
tests/phpunit/includes/ResourceLoaderFileModuleTest.php [new file with mode: 0644]
tests/phpunit/includes/ResourceLoaderTest.php [new file with mode: 0644]
tests/phpunit/includes/RevisionTest.php [new file with mode: 0644]
tests/phpunit/includes/SampleTest.php [new file with mode: 0644]
tests/phpunit/includes/SanitizerTest.php [new file with mode: 0644]
tests/phpunit/includes/SeleniumConfigurationTest.php [new file with mode: 0644]
tests/phpunit/includes/SiteConfigurationTest.php [new file with mode: 0644]
tests/phpunit/includes/TimeAdjustTest.php [new file with mode: 0644]
tests/phpunit/includes/TitlePermissionTest.php [new file with mode: 0644]
tests/phpunit/includes/TitleTest.php [new file with mode: 0644]
tests/phpunit/includes/UploadFromUrlTest.php [new file with mode: 0644]
tests/phpunit/includes/UploadTest.php [new file with mode: 0644]
tests/phpunit/includes/UserIsValidEmailAddrTest.php [new file with mode: 0644]
tests/phpunit/includes/XmlTest.php [new file with mode: 0644]
tests/phpunit/includes/api/ApiSetup.php [new file with mode: 0644]
tests/phpunit/includes/api/ApiTest.php [new file with mode: 0644]
tests/phpunit/includes/api/ApiUploadTest.php [new file with mode: 0644]
tests/phpunit/includes/api/ApiWatchTest.php [new file with mode: 0644]
tests/phpunit/includes/api/RandomImageGenerator.php [new file with mode: 0644]
tests/phpunit/includes/api/generateRandomImages.php [new file with mode: 0644]
tests/phpunit/includes/db/DatabaseSqliteTest.php [new file with mode: 0644]
tests/phpunit/includes/db/DatabaseTest.php [new file with mode: 0644]
tests/phpunit/includes/parser/MediaWikiParserTest.php [new file with mode: 0644]
tests/phpunit/includes/parser/ParserHelpers.php [new file with mode: 0644]
tests/phpunit/includes/search/SearchDbTest.php [new file with mode: 0644]
tests/phpunit/includes/search/SearchEngineTest.php [new file with mode: 0644]
tests/phpunit/includes/search/SearchUpdateTest.php [new file with mode: 0644]
tests/phpunit/install-phpunit.sh [new file with mode: 0755]
tests/phpunit/languages/LanguageBe_taraskTest.php [new file with mode: 0644]
tests/phpunit/languages/LanguageTest.php [new file with mode: 0644]
tests/phpunit/phpunit.php [new file with mode: 0755]
tests/phpunit/run-tests.bat [new file with mode: 0644]
tests/phpunit/suite.xml [new file with mode: 0644]
tests/phpunit/suites/ExtensionsTestSuite.php [new file with mode: 0644]
tests/phpunit/suites/UploadFromUrlTestSuite.php [new file with mode: 0644]
tests/selenium/Selenium.php [new file with mode: 0644]
tests/selenium/SeleniumConfig.php [new file with mode: 0644]
tests/selenium/SeleniumLoader.php [new file with mode: 0644]
tests/selenium/SeleniumServerManager.php [new file with mode: 0644]
tests/selenium/SeleniumTestCase.php [new file with mode: 0644]
tests/selenium/SeleniumTestConsoleLogger.php [new file with mode: 0644]
tests/selenium/SeleniumTestHTMLLogger.php [new file with mode: 0644]
tests/selenium/SeleniumTestListener.php [new file with mode: 0644]
tests/selenium/SeleniumTestSuite.php [new file with mode: 0644]
tests/selenium/data/Wikipedia-logo-v2-de.png [new file with mode: 0644]
tests/selenium/selenium_settings.ini.php52.sample [new file with mode: 0644]
tests/selenium/selenium_settings.ini.sample [new file with mode: 0644]
tests/selenium/selenium_settings_grid.ini.sample [new file with mode: 0644]
tests/selenium/suites/AddContentToNewPageTestCase.php [new file with mode: 0644]
tests/selenium/suites/AddNewPageTestCase.php [new file with mode: 0644]
tests/selenium/suites/CreateAccountTestCase.php [new file with mode: 0644]
tests/selenium/suites/DeletePageAdminTestCase.php [new file with mode: 0644]
tests/selenium/suites/EmailPasswordTestCase.php [new file with mode: 0644]
tests/selenium/suites/MediaWikExtraTestSuite.php [new file with mode: 0644]
tests/selenium/suites/MediaWikiEditorConfig.php [new file with mode: 0644]
tests/selenium/suites/MediaWikiEditorTestSuite.php [new file with mode: 0644]
tests/selenium/suites/MediawikiCoreSmokeTestCase.php [new file with mode: 0644]
tests/selenium/suites/MediawikiCoreSmokeTestSuite.php [new file with mode: 0644]
tests/selenium/suites/MovePageTestCase.php [new file with mode: 0644]
tests/selenium/suites/MyContributionsTestCase.php [new file with mode: 0644]
tests/selenium/suites/MyWatchListTestCase.php [new file with mode: 0644]
tests/selenium/suites/PageDeleteTestSuite.php [new file with mode: 0644]
tests/selenium/suites/PageSearchTestCase.php [new file with mode: 0644]
tests/selenium/suites/PreviewPageTestCase.php [new file with mode: 0644]
tests/selenium/suites/SavePageTestCase.php [new file with mode: 0644]
tests/selenium/suites/SimpleSeleniumConfig.php [new file with mode: 0644]
tests/selenium/suites/SimpleSeleniumTestCase.php [new file with mode: 0644]
tests/selenium/suites/SimpleSeleniumTestSuite.php [new file with mode: 0644]
tests/selenium/suites/UserPreferencesTestCase.php [new file with mode: 0644]