FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove some test-utils that were moved to the test-framework · simplesamlphp/simplesamlphp@7a53fc8 · GitHub

Commit 7a53fc8

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

16 files changed

Lines changed: 81 additions & 300 deletions

‎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/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

‎tests/lib/SimpleSAML/LoggerTest.php‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
use PHPUnit\Framework\TestCase;
99
use SimpleSAML\Configuration;
1010
use SimpleSAML\Logger;
11-
use SimpleSAML\Test\Utils\ArrayLogger;
11+
use SimpleSAML\TestUtils\ArrayLogger;
1212

1313
class LoggerTest extends TestCase
1414
{
1515
/**
16-
* @var Logger\LoggingHandlerInterface|null
16+
* @var \SimpleSAML\Logger\LoggingHandlerInterface|null
1717
*/
1818
protected $originalLogger;
1919

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL