From b6f903bc862ca6b0956da51e4e7042095e75a561 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Wed, 2 Oct 2019 18:44:18 +0200 Subject: [PATCH] Remove require --- tests/www/IndexTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/www/IndexTest.php b/tests/www/IndexTest.php index 1da4d41b7..fbfbd75b4 100644 --- a/tests/www/IndexTest.php +++ b/tests/www/IndexTest.php @@ -5,8 +5,6 @@ namespace SimpleSAML\Test\Web; use PHPUnit\Framework\TestCase; use SimpleSAML\Test\BuiltInServer; -include(dirname(__FILE__) . '/../BuiltInServer.php'); - /** * Simple test for the www/index.php script. * -- GitLab