Skip to content

Commit 8d40ff6

Browse files
committed
Fix merge
1 parent 5a5c60e commit 8d40ff6

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/XMLSchema/Type/Helper/XPathValueTest.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,10 @@
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;
14-
use SimpleSAML\Assert\AssertionFailedException;
1511
use SimpleSAML\XMLSchema\Type\Helper\XPathValue;
1612

1713
/**
@@ -32,11 +28,7 @@ public function testString(bool $shouldPass, string $xpath): void
3228
try {
3329
$value = XPathValue::fromString($xpath);
3430
$this->assertTrue($shouldPass);
35-
<<<<<<< HEAD
3631
} catch (Error) {
37-
=======
38-
} catch (AssertionFailedException $e) {
39-
>>>>>>> release-3.x
4032
$this->assertFalse($shouldPass);
4133
}
4234
}

0 commit comments

Comments
 (0)