Tobias Gritschacher has uploaded a new change for review.
https://gerrit.wikimedia.org/r/63432
Change subject: Remove sites-table hack for WMF Jenkins (DNM)
......................................................................
Remove sites-table hack for WMF Jenkins (DNM)
Change-Id: Icf1823137dc2ebfc62eba4859c6768b1a07c18df
---
M Wikibase.php
1 file changed, 0 insertions(+), 7 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase
refs/changes/32/63432/1
diff --git a/Wikibase.php b/Wikibase.php
index e94a767..a1f50e3 100644
--- a/Wikibase.php
+++ b/Wikibase.php
@@ -26,13 +26,6 @@
require_once __DIR__ . '/repo/ExampleSettings.php';
-// Temporary hack that populates the sites table since there are some tests
that require this to have happened
-require_once __DIR__ . '/lib/maintenance/populateSitesTable.php';
-$wgExtensionFunctions[] = function() {
- $evilStuff = new PopulateSitesTable();
- $evilStuff->execute();
-};
-
# Let JenkinsAdapt our test suite when run under Jenkins
$jenkins_job_name = getenv( 'JOB_NAME' );
if( PHP_SAPI === 'cli' && $jenkins_job_name !== false ) {
--
To view, visit https://gerrit.wikimedia.org/r/63432
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Icf1823137dc2ebfc62eba4859c6768b1a07c18df
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Tobias Gritschacher <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits