You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-06 06:42:37 +03:00
10 lines
255 B
PHP
10 lines
255 B
PHP
<?php
|
|
|
|
class ListDomainsForAdminTest extends \PHPUnit\Framework\TestCase {
|
|
public function testBasic() {
|
|
$this->assertEquals([], list_domains_for_admin('test@test.com'));
|
|
}
|
|
}
|
|
|
|
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
|