Skip to content

Commit acbd366

Browse files
committed
Fix merge
1 parent 3843a0c commit acbd366

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

tests/SecurityPolicy/XML/sp_200507/Type/IncludeTokenValueTest.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
use PHPUnit\Framework\Attributes\DataProvider;
99
use PHPUnit\Framework\Attributes\Group;
1010
use PHPUnit\Framework\TestCase;
11-
<<<<<<< HEAD
1211
use SimpleSAML\WebServices\SecurityPolicy\Constants as C;
13-
=======
14-
>>>>>>> cca25c1 (Fix namespaced IncludeToken-attribute (both sp-versions and coverage))
1512
use SimpleSAML\WebServices\SecurityPolicy\XML\sp_200507\IncludeToken;
1613
use SimpleSAML\WebServices\SecurityPolicy\XML\sp_200507\Type\IncludeTokenValue;
1714
use SimpleSAML\XMLSchema\Exception\SchemaViolationException;
@@ -42,7 +39,6 @@ public function testIncludeToken(bool $shouldPass, string $uri): void
4239

4340

4441
/**
45-
<<<<<<< HEAD
4642
* Test helpers
4743
*/
4844
public function testToAttribute(): void
@@ -68,8 +64,6 @@ public function testFromEnum(): void
6864

6965

7066
/**
71-
=======
72-
>>>>>>> cca25c1 (Fix namespaced IncludeToken-attribute (both sp-versions and coverage))
7367
* @return array<string, array{0: bool, 1: string}>
7468
*/
7569
public static function provideURI(): array

tests/SecurityPolicy/XML/sp_200702/Type/IncludeTokenValueTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@
88
use PHPUnit\Framework\Attributes\DataProvider;
99
use PHPUnit\Framework\Attributes\Group;
1010
use PHPUnit\Framework\TestCase;
11-
<<<<<<< HEAD
1211
use SimpleSAML\WebServices\SecurityPolicy\Constants as C;
13-
=======
14-
>>>>>>> cca25c1 (Fix namespaced IncludeToken-attribute (both sp-versions and coverage))
1512
use SimpleSAML\WebServices\SecurityPolicy\XML\sp_200702\IncludeToken;
1613
use SimpleSAML\WebServices\SecurityPolicy\XML\sp_200702\Type\IncludeTokenValue;
1714
use SimpleSAML\XMLSchema\Exception\SchemaViolationException;
@@ -42,7 +39,6 @@ public function testIncludeToken(bool $shouldPass, string $uri): void
4239

4340

4441
/**
45-
<<<<<<< HEAD
4642
* Test helpers
4743
*/
4844
public function testToAttribute(): void
@@ -68,21 +64,14 @@ public function testFromEnum(): void
6864

6965

7066
/**
71-
=======
72-
>>>>>>> cca25c1 (Fix namespaced IncludeToken-attribute (both sp-versions and coverage))
7367
* @return array<string, array{0: bool, 1: string}>
7468
*/
7569
public static function provideURI(): array
7670
{
7771
return [
7872
'Always' => [true, IncludeToken::Always->value],
79-
<<<<<<< HEAD
80-
'AlwaysToRecipient' => [true, IncludeToken::AlwaysToRecipient->value],
81-
'AlwaysToInitiator' => [true, IncludeToken::AlwaysToInitiator->value],
82-
=======
8373
'AlwaysToInitiator' => [true, IncludeToken::AlwaysToInitiator->value],
8474
'AlwaysToRecipient' => [true, IncludeToken::AlwaysToRecipient->value],
85-
>>>>>>> cca25c1 (Fix namespaced IncludeToken-attribute (both sp-versions and coverage))
8675
'Once' => [true, IncludeToken::Once->value],
8776
'Never' => [true, IncludeToken::Never->value],
8877
'urn' => [false, 'urn:x-simplesamlphp:phpunit'],

0 commit comments

Comments
 (0)