88use PHPUnit \Framework \Attributes \DataProvider ;
99use PHPUnit \Framework \Attributes \Group ;
1010use PHPUnit \Framework \TestCase ;
11- <<<<<<< HEAD
1211use SimpleSAML \WebServices \SecurityPolicy \Constants as C ;
13- =======
14- >>>>>>> cca25c1 (Fix namespaced IncludeToken-attribute (both sp-versions and coverage ))
1512use SimpleSAML \WebServices \SecurityPolicy \XML \sp_200702 \IncludeToken ;
1613use SimpleSAML \WebServices \SecurityPolicy \XML \sp_200702 \Type \IncludeTokenValue ;
1714use 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