Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-01-29 05:01:37 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-01-29 05:02:11 +0400
commitbe9b410ac5d0947447097f175b93114f15662e3a (patch)
tree69dff85abdf0044f8d1e4bf7dc6fb7066f8db6ac /tests/PHPUnit/travis.sh
parent35487a0b6b4ee8a593afd450779b4189611c5340 (diff)
Refs #4189, added UI unit test base class and tests for ViewDataTable. Refactored capture.js to make new type of testing possible.
Diffstat (limited to 'tests/PHPUnit/travis.sh')
-rwxr-xr-xtests/PHPUnit/travis.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/PHPUnit/travis.sh b/tests/PHPUnit/travis.sh
index c255b255a8..0ed3be8c54 100755
--- a/tests/PHPUnit/travis.sh
+++ b/tests/PHPUnit/travis.sh
@@ -25,6 +25,8 @@ else
echo "View UI failures (if any) here http://builds-artifacts.piwik.org/ui-tests.master/$TRAVIS_JOB_NUMBER/screenshot-diffs/diffviewer.html"
echo "If the new screenshots are valid, then you can copy them over to tests/PHPUnit/UI/expected-ui-screenshots/."
echo ""
+
+ TEST_DIR="$TEST_DIR/UIIntegrationTest.php"
fi
phpunit --colors $TEST_DIR