1
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2025-08-09 05:02:44 +03: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();