0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-20 03:36:20 +02:00
This commit is contained in:
David Goodwin 2019-09-17 20:46:52 +01:00
parent 29d990f5f4
commit a603d36224

View File

@ -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);