Skip to content

Commit df0a7be

Browse files
committed
Fix merge
1 parent 156021c commit df0a7be

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

tests/XMLSchema/Type/Helper/XPathValueTest.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44

55
namespace SimpleSAML\Test\XMLSchema\Type\Builtin;
66

7-
<<<<<<< HEAD
87
use Error;
9-
=======
10-
>>>>>>> release-3.x
118
use PHPUnit\Framework\Attributes\CoversClass;
129
use PHPUnit\Framework\Attributes\DataProvider;
1310
use PHPUnit\Framework\TestCase;
@@ -32,11 +29,7 @@ public function testString(bool $shouldPass, string $xpath): void
3229
try {
3330
$value = XPathValue::fromString($xpath);
3431
$this->assertTrue($shouldPass);
35-
<<<<<<< HEAD
3632
} catch (Error) {
37-
=======
38-
} catch (AssertionFailedException $e) {
39-
>>>>>>> release-3.x
4033
$this->assertFalse($shouldPass);
4134
}
4235
}

0 commit comments

Comments
 (0)