Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Added @group annotation for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Jan 9, 2012
1 parent 2e3b46e commit ad50dbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/ServerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,9 @@ public function testSetClass()
$this->assertSame($server, $r);
}

// GitHub PR #706
/**
* @group PR-706
*/
public function testSetClassWithObject()
{
$server = new Server();
Expand Down

0 comments on commit ad50dbb

Please sign in to comment.