You've already forked postfixadmin
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:
@@ -1,6 +1,11 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class AdminHandlerTest extends \PHPUnit\Framework\TestCase {
|
class AdminHandlerTest extends \PHPUnit\Framework\TestCase {
|
||||||
|
public function setUp() : void {
|
||||||
|
parent::setUp();
|
||||||
|
|
||||||
|
db_execute('DELETE FROM admin');
|
||||||
|
}
|
||||||
public function testBasic() {
|
public function testBasic() {
|
||||||
$x = new AdminHandler();
|
$x = new AdminHandler();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user