From 0e1da2b338e8796c6ff8112a07b0ae5eabfed53a Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Tue, 1 Mar 2022 22:26:59 +0100 Subject: [PATCH] Fix phpunit call. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f03083..68b3dc2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ before_script: - pear install channel://pear.horde.org/Horde_Test - pear install -a -B package.xml script: - - php $(pear config-get php_dir)/Horde/Test/vendor/phpunit/phpunit/phpunit + - php $(pear config-get php_dir)/Horde/Test/vendor/phpunit/phpunit/phpunit test