From 7a7e04f34fa8d2522d06adb0e81e903b9b29dd9e Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 21 Mar 2019 13:53:51 +0100 Subject: [PATCH] Remove HHVM-test We no longer test on HHVM --- tests/www/IndexTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/www/IndexTest.php b/tests/www/IndexTest.php index 7d3bcedd0..4e4326c6b 100644 --- a/tests/www/IndexTest.php +++ b/tests/www/IndexTest.php @@ -66,11 +66,6 @@ class IndexTest extends TestCase */ public function testRedirection() { - if (defined('HHVM_VERSION')) { - // can't test this in HHVM for the moment - $this->markTestSkipped('The web-based tests cannot be run in HHVM for the moment.'); - } - // test most basic redirection $this->updateConfig([ 'baseurlpath' => 'http://example.org/simplesaml/' -- GitLab