summaryrefslogtreecommitdiff
path: root/wrappers/php
diff options
context:
space:
mode:
Diffstat (limited to 'wrappers/php')
-rw-r--r--wrappers/php/src/Discovery.php2
-rw-r--r--wrappers/php/tests/DiscoveryTest.php2
2 files changed, 1 insertions, 3 deletions
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);