From 19b583d03d3a9e654e149db971f1c752ad807f46 Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Wed, 9 Feb 2022 14:12:58 +0100 Subject: Cleanup --- wrappers/php/src/Discovery.php | 2 +- wrappers/php/tests/DiscoveryTest.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'wrappers/php') diff --git a/wrappers/php/src/Discovery.php b/wrappers/php/src/Discovery.php index 99464f9..39aa53d 100644 --- a/wrappers/php/src/Discovery.php +++ b/wrappers/php/src/Discovery.php @@ -11,7 +11,7 @@ final class Discovery { public function __construct() { } - const LIB_NAME = "eduvpn_common"; + const LIB_NAME = 'eduvpn_common'; private static ?FFI $ffi = null; 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