Skip to content

Commit d73ae47

Browse files
committed
Remove some test-utils that were moved to the test-framework
1 parent 2f9ba26 commit d73ae47

File tree

20 files changed

+84
-306
lines changed

20 files changed

+84
-306
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"ext-curl": "*",
7272
"mikey179/vfsstream": "~1.6",
7373
"simplesamlphp/simplesamlphp-module-adfs": "dev-master",
74-
"simplesamlphp/simplesamlphp-test-framework": "^1.1.0",
74+
"simplesamlphp/simplesamlphp-test-framework": "^1.1.3",
7575
"simplesamlphp/xml-security": "^0.2.7"
7676
},
7777
"suggest": {

composer.lock

Lines changed: 69 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/Utils/ArrayLogger.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

tests/Utils/ClearStateTestCase.php

Lines changed: 0 additions & 56 deletions
This file was deleted.

tests/Utils/ReduceSpillOverTest.php

Lines changed: 0 additions & 45 deletions
This file was deleted.

tests/Utils/StateClearer.php

Lines changed: 0 additions & 87 deletions
This file was deleted.

tests/bootstrap.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
$projectRoot = dirname(__DIR__);
66
require_once($projectRoot . '/vendor/autoload.php');
77

8-
// Current SSP autoloader can't resolve classes from the tests folder.
9-
include($projectRoot . '/tests/Utils/ClearStateTestCase.php');
10-
118
// set the SAML2 container
129
$container = new \SimpleSAML\Compat\SspContainer();
1310
\SAML2\Compat\ContainerSingleton::setContainer($container);

tests/lib/SimpleSAML/Auth/SimpleTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use ReflectionClass;
88
use SimpleSAML\Auth;
99
use SimpleSAML\Configuration;
10-
use SimpleSAML\Test\Utils\ClearStateTestCase;
10+
use SimpleSAML\TestUtils\ClearStateTestCase;
1111

1212
/**
1313
* Tests for \SimpleSAML\Auth\Simple

tests/lib/SimpleSAML/Auth/SourceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
use ReflectionClass;
88
use SimpleSAML\Auth;
9-
use SimpleSAML\Test\Utils\ClearStateTestCase;
9+
use SimpleSAML\TestUtils\ClearStateTestCase;
1010
use SimpleSAML\Test\Utils\TestAuthSource;
1111
use SimpleSAML\Test\Utils\TestAuthSourceFactory;
1212

tests/lib/SimpleSAML/ConfigurationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
use SAML2\Constants;
99
use SimpleSAML\Configuration;
1010
use SimpleSAML\Error;
11-
use SimpleSAML\Test\Utils\ClearStateTestCase;
11+
use SimpleSAML\TestUtils\ClearStateTestCase;
1212

1313
/**
1414
* Tests for \SimpleSAML\Configuration

0 commit comments

Comments
 (0)