You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-08-09 05:02:44 +03:00
format
This commit is contained in:
@@ -27,7 +27,7 @@ class CreatePageBrowserTest extends \PHPUnit\Framework\TestCase {
|
||||
// this breaks on sqlite atm.
|
||||
$b = create_page_browser('mailbox.username', 'FROM mailbox WHERE 1 = 1');
|
||||
$this->assertEquals(10, sizeof($b));
|
||||
foreach($b as $range) {
|
||||
foreach ($b as $range) {
|
||||
$this->assertRegExp('/[\w]{2}\-[\w]{2}/', $range);
|
||||
}
|
||||
$this->assertNotEmpty($b);
|
||||
|
Reference in New Issue
Block a user