0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

formatting

This commit is contained in:
David Goodwin 2023-12-24 19:40:49 +00:00
parent a368104fad
commit 2ee4b3832e

View File

@ -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]);
}
}