Skip to content
Snippets Groups Projects
Unverified Commit 7a7e04f3 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Remove HHVM-test

We no longer test on HHVM
parent 14884846
No related branches found
No related tags found
No related merge requests found
......@@ -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/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment