mirror of
https://github.com/retailcrm/Fetch.git
synced 2025-02-06 02:39:21 +03:00
Update ServerTest.php
This commit is contained in:
parent
c40d2ce48c
commit
9c3fe885e8
@ -100,6 +100,7 @@ class ServerTest extends \PHPUnit_Framework_TestCase
|
|||||||
$server = static::getServer();
|
$server = static::getServer();
|
||||||
$numMessages = $server->numMessages();
|
$numMessages = $server->numMessages();
|
||||||
$this->assertEquals(self::$num_messages_inbox, $numMessages);
|
$this->assertEquals(self::$num_messages_inbox, $numMessages);
|
||||||
|
$this->assertEquals(0, $server->numMessages( 'DOESNOTEXIST'.time() ) );
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testGetMessages()
|
public function testGetMessages()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user