mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 11:31:29 +00:00
CI: use latest phpunit
This commit is contained in:
@@ -23,6 +23,8 @@ phpunit_basic:
|
|||||||
- sh ./utils/gitlab-ci/check-schema.sh
|
- sh ./utils/gitlab-ci/check-schema.sh
|
||||||
- cp utils/gitlab-ci/config-template.php config.php
|
- cp utils/gitlab-ci/config-template.php config.php
|
||||||
- su -s /bin/bash www-data -c "php ./update.php --debug-feed 1"
|
- su -s /bin/bash www-data -c "php ./update.php --debug-feed 1"
|
||||||
|
- wget -O /usr/bin/phpunit https://phar.phpunit.de/phpunit-5.7.phar
|
||||||
|
- chmod +x /usr/bin/phpunit
|
||||||
- phpunit tests/*.php
|
- phpunit tests/*.php
|
||||||
|
|
||||||
phpunit_functional:
|
phpunit_functional:
|
||||||
|
|||||||
Reference in New Issue
Block a user