Skip to content
Snippets Groups Projects
Commit 98ae3780 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Remove superfluous requires

parent 87624ea8
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
namespace SimpleSAML\Test\Metadata; namespace SimpleSAML\Test\Metadata;
require_once(__DIR__ . '/../../../SigningTestCase.php');
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use RobRichards\XMLSecLibs\XMLSecurityDSig; use RobRichards\XMLSecLibs\XMLSecurityDSig;
use SimpleSAML\XML\Signer; use SimpleSAML\XML\Signer;
......
...@@ -8,8 +8,6 @@ use SimpleSAML\Configuration; ...@@ -8,8 +8,6 @@ use SimpleSAML\Configuration;
use SimpleSAML\Test\SigningTestCase; use SimpleSAML\Test\SigningTestCase;
use SimpleSAML\XML\Signer; use SimpleSAML\XML\Signer;
require_once(__DIR__ . '/../../../SigningTestCase.php');
/** /**
* Tests for SimpleSAML\XML\Signer. * Tests for SimpleSAML\XML\Signer.
*/ */
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
namespace SimpleSAML\Test\XML; namespace SimpleSAML\Test\XML;
require_once(__DIR__ . '/../../../SigningTestCase.php');
use org\bovigo\vfs\vfsStream; use org\bovigo\vfs\vfsStream;
use PHPUnit\Framework\TestCase; use PHPUnit\Framework\TestCase;
use SimpleSAML\Test\SigningTestCase; use SimpleSAML\Test\SigningTestCase;
......
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