mirror of
https://github.com/retailcrm/Fetch.git
synced 2024-11-25 12:36:01 +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()
|
public function testNumMessages()
|
||||||
{
|
{
|
||||||
$server = $this->getServer();
|
$server = $this->getServer();
|
||||||
@ -126,8 +118,6 @@ class ServerTest extends \PHPUnit_Framework_TestCase
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public function getServer()
|
public function getServer()
|
||||||
{
|
{
|
||||||
$server = new Server(TESTING_SERVER_HOST, 143);
|
$server = new Server(TESTING_SERVER_HOST, 143);
|
||||||
|
Loading…
Reference in New Issue
Block a user