mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-25 04:26:02 +03:00
Removed unfinished test
This commit is contained in:
parent
6d7f966a86
commit
9c6a14134b
@ -80,14 +80,6 @@ class ServerTest extends \PHPUnit_Framework_TestCase
|
||||
);
|
||||
}
|
||||
|
||||
public function testGetRecentMessages()
|
||||
{
|
||||
$server = $this->getServer();
|
||||
|
||||
var_dump($server->getRecentMessages());
|
||||
|
||||
}
|
||||
|
||||
public function testNumMessages()
|
||||
{
|
||||
$server = $this->getServer();
|
||||
@ -123,9 +115,7 @@ class ServerTest extends \PHPUnit_Framework_TestCase
|
||||
$this->assertTrue($server->createMailBox('Cheese'), 'createMailbox returns true.');
|
||||
$this->assertTrue($server->hasMailBox('Cheese'), 'Mailbox "Cheese" was created');
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
public function getServer()
|
||||
|
Loading…
Reference in New Issue
Block a user