From 2ee4b3832ec8a17923de8dc2269f02f0518b5b35 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Sun, 24 Dec 2023 19:40:49 +0000 Subject: [PATCH] formatting --- tests/TotpPfTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/TotpPfTest.php b/tests/TotpPfTest.php index c971091d..15399678 100644 --- a/tests/TotpPfTest.php +++ b/tests/TotpPfTest.php @@ -5,7 +5,6 @@ use PHPUnit\Framework\TestCase; class TotpPfTest extends TestCase { - public function testBasic() { $x = new TotpPf('mailbox'); @@ -14,6 +13,5 @@ class TotpPfTest extends TestCase $this->assertIsArray($array); $this->assertIsString($array[0]); $this->assertIsString($array[1]); - } }