Skip to content

Commit

Permalink
dont use evilMediaWikiBootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
xchrdw committed Jul 2, 2014
1 parent 2fb712f commit 69d7581
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build/travis/script.sh
Expand Up @@ -2,8 +2,8 @@

set -x

# cd ../wiki/tests/phpunit
# php phpunit.php -c ../../extensions/PropertySuggester/phpunit.xml.dist --debug
cd ../wiki/tests/phpunit
php phpunit.php -c ../../extensions/PropertySuggester/phpunit.xml.dist

cd ../wiki/extensions/PropertySuggester
php vendor/bin/phpunit -c phpunit.xml.dist
# cd ../wiki/extensions/PropertySuggester
# php vendor/bin/phpunit -c phpunit.xml.dist
1 change: 0 additions & 1 deletion tests/bootstrap.php
@@ -1,4 +1,3 @@
<?php

require_once __DIR__ . "/evilMediaWikiBootstrap.php";
require_once __DIR__ . "/../PropertySuggester.php";

0 comments on commit 69d7581

Please sign in to comment.