diff options
Diffstat (limited to 'wrappers/php/tests')
| -rw-r--r-- | wrappers/php/tests/DiscoveryTest.php | 2 |
1 files changed, 0 insertions, 2 deletions
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); |
