wiki.techinc.nl/tests/phpunit/includes/title
aude ffe62978e3 Avoid database access in ImportTitleFactory tests dataProviders
data providers run when the test database tables are not setup
and thus hit the regular database.

If possible, we should avoid this which can be done in these
tests by creating the Title objects in the tests themselves.

Change-Id: I084938b79d7b719a9bb524d4596635b9e1eb4486
2017-03-18 19:12:52 -04:00
..
ForeignTitleTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
MediaWikiTitleCodecTest.php Use more short array syntax in comments (/tests/) 2016-07-10 17:23:29 +02:00
NaiveForeignTitleFactoryTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
NaiveImportTitleFactoryTest.php Avoid database access in ImportTitleFactory tests dataProviders 2017-03-18 19:12:52 -04:00
NamespaceAwareForeignTitleFactoryTest.php Handle missing namespace prefix in XML dumps more gracefully 2017-01-01 09:11:45 +00:00
NamespaceImportTitleFactoryTest.php Avoid database access in ImportTitleFactory tests dataProviders 2017-03-18 19:12:52 -04:00
SubpageImportTitleFactoryTest.php Convert all array() syntax to [] 2016-02-17 01:33:00 -08:00
TitleValueTest.php Add LinkTarget::inNamespace() helper function 2016-05-12 08:28:26 +00:00