Skip to content

Commit

Permalink
Update install-semantic-breadcrumb-links.sh
Browse files Browse the repository at this point in the history
Add `wfLoadExtension( "SemanticMediaWiki" )` to test 

Refs: SemanticMediaWiki/SemanticMediaWiki#1732
  • Loading branch information
kghbln committed Apr 17, 2018
1 parent d4b7fb7 commit f1ad112
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/travis/install-semantic-breadcrumb-links.sh
Expand Up @@ -52,6 +52,9 @@ function updateConfiguration {
echo '$wgShowExceptionDetails = true;' >> LocalSettings.php
echo '$wgDevelopmentWarnings = true;' >> LocalSettings.php
echo "putenv( 'MW_INSTALL_PATH=$(pwd)' );" >> LocalSettings.php

# SMW#1732
echo 'wfLoadExtension( "SemanticMediaWiki" );' >> LocalSettings.php

php maintenance/update.php --quick
}
Expand Down

0 comments on commit f1ad112

Please sign in to comment.