From 98ae3780d18f52e9c0a3c92440fb836d2d32779b Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Thu, 3 Oct 2019 23:08:00 +0200 Subject: [PATCH] Remove superfluous requires --- tests/lib/SimpleSAML/Metadata/SAMLParserTest.php | 2 -- tests/lib/SimpleSAML/XML/SignerTest.php | 2 -- tests/lib/SimpleSAML/XML/ValidatorTest.php | 2 -- 3 files changed, 6 deletions(-) diff --git a/tests/lib/SimpleSAML/Metadata/SAMLParserTest.php b/tests/lib/SimpleSAML/Metadata/SAMLParserTest.php index 0d44c75cd..7bcb4ad3b 100644 --- a/tests/lib/SimpleSAML/Metadata/SAMLParserTest.php +++ b/tests/lib/SimpleSAML/Metadata/SAMLParserTest.php @@ -2,8 +2,6 @@ namespace SimpleSAML\Test\Metadata; -require_once(__DIR__ . '/../../../SigningTestCase.php'); - use PHPUnit\Framework\TestCase; use RobRichards\XMLSecLibs\XMLSecurityDSig; use SimpleSAML\XML\Signer; diff --git a/tests/lib/SimpleSAML/XML/SignerTest.php b/tests/lib/SimpleSAML/XML/SignerTest.php index e6c96e527..67b1f64f4 100644 --- a/tests/lib/SimpleSAML/XML/SignerTest.php +++ b/tests/lib/SimpleSAML/XML/SignerTest.php @@ -8,8 +8,6 @@ use SimpleSAML\Configuration; use SimpleSAML\Test\SigningTestCase; use SimpleSAML\XML\Signer; -require_once(__DIR__ . '/../../../SigningTestCase.php'); - /** * Tests for SimpleSAML\XML\Signer. */ diff --git a/tests/lib/SimpleSAML/XML/ValidatorTest.php b/tests/lib/SimpleSAML/XML/ValidatorTest.php index 3baf62038..c4092d341 100644 --- a/tests/lib/SimpleSAML/XML/ValidatorTest.php +++ b/tests/lib/SimpleSAML/XML/ValidatorTest.php @@ -2,8 +2,6 @@ namespace SimpleSAML\Test\XML; -require_once(__DIR__ . '/../../../SigningTestCase.php'); - use org\bovigo\vfs\vfsStream; use PHPUnit\Framework\TestCase; use SimpleSAML\Test\SigningTestCase; -- GitLab