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

delete local stuff

This commit is contained in:
David Goodwin 2021-01-18 22:16:18 +00:00
parent de820e7688
commit 94836ed156

View File

@ -1,6 +1,11 @@
<?php
class AdminHandlerTest extends \PHPUnit\Framework\TestCase {
public function setUp() : void {
parent::setUp();
db_execute('DELETE FROM admin');
}
public function testBasic() {
$x = new AdminHandler();