From 66effbfe0827fc61fff6d248797a894213ad20d6 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 28 May 2016 17:46:24 +0200 Subject: upgrade to sabre32 --- vendor/sabre/dav/bin/build.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/sabre/dav/bin/build.php') diff --git a/vendor/sabre/dav/bin/build.php b/vendor/sabre/dav/bin/build.php index 82b1e7530..c4ba20941 100755 --- a/vendor/sabre/dav/bin/build.php +++ b/vendor/sabre/dav/bin/build.php @@ -110,7 +110,7 @@ function test() { echo " Running all unittests.\n"; echo " This may take a while.\n\n"; - system(__DIR__ . '/phpunit --configuration ' . $baseDir . '/tests/phpunit.xml --stop-on-failure', $code); + system(__DIR__ . '/phpunit --configuration ' . $baseDir . '/tests/phpunit.xml.dist --stop-on-failure', $code); if ($code != 0) { echo "PHPUnit reported error code $code\n"; die(1); -- cgit v1.2.3 From cac6cef4952e6535788c1c6db8ef1e58e88536a0 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sun, 29 May 2016 10:58:11 +0200 Subject: use composer to install sabre32 --- vendor/sabre/dav/bin/build.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 vendor/sabre/dav/bin/build.php (limited to 'vendor/sabre/dav/bin/build.php') diff --git a/vendor/sabre/dav/bin/build.php b/vendor/sabre/dav/bin/build.php old mode 100755 new mode 100644 -- cgit v1.2.3