Skip to content

Commit

Permalink
- Merge [4710].
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Mar 17, 2009
1 parent a2477a5 commit 0b85347
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl.dist
Expand Up @@ -2,7 +2,8 @@
/**
* @todo Implement test{methodName}().
*/
public function test{methodName}() {
public function test{methodName}()
{
// Remove the following lines when you implement this test.
$this->markTestIncomplete(
'This test has not been implemented yet.'
Expand Down

0 comments on commit 0b85347

Please sign in to comment.