Skip to content

Commit

Permalink
Removed unfinished test
Browse files Browse the repository at this point in the history
  • Loading branch information
tedivm committed Dec 6, 2013
1 parent 6d7f966 commit 9c6a141
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions tests/Fetch/Test/ServerTest.php
Expand Up @@ -80,14 +80,6 @@ public function connectionDataProvider() {
);
}

public function testGetRecentMessages()
{
$server = $this->getServer();

var_dump($server->getRecentMessages());

}

public function testNumMessages()
{
$server = $this->getServer();
Expand Down Expand Up @@ -123,9 +115,7 @@ public function testCreateMailbox()
$this->assertTrue($server->createMailBox('Cheese'), 'createMailbox returns true.');
$this->assertTrue($server->hasMailBox('Cheese'), 'Mailbox "Cheese" was created');
}






public function getServer()
Expand Down

0 comments on commit 9c6a141

Please sign in to comment.