From 19b583d03d3a9e654e149db971f1c752ad807f46 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Wed, 9 Feb 2022 14:12:58 +0100 Subject: Cleanup --- wrappers/php/tests/DiscoveryTest.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'wrappers/php/tests') diff --git a/wrappers/php/tests/DiscoveryTest.php b/wrappers/php/tests/DiscoveryTest.php index fdce505..4e4fbeb 100644 --- a/wrappers/php/tests/DiscoveryTest.php +++ b/wrappers/php/tests/DiscoveryTest.php @@ -8,7 +8,6 @@ use PHPUnit\Framework\TestCase; class DiscoveryTest extends TestCase { - /** @var string */ private const TEST_DATA_DIR = '../../test_data'; public static function setUpBeforeClass(): void @@ -41,7 +40,6 @@ class DiscoveryTest extends TestCase 'server_list.json', 0); } - #[deprecated] public function testOldSignature(): void { $this->expectException(SignatureTooOldException::class); -- cgit v1.2.3