From 0b853472fe0842cece44b18a8a1210f1201d56ed Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Tue, 17 Mar 2009 06:29:39 +0000 Subject: [PATCH] - Merge [4710]. --- PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl.dist b/PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl.dist index 5a5a49358b8..d89f90ee02c 100644 --- a/PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl.dist +++ b/PHPUnit/Util/Skeleton/Template/IncompleteTestMethod.tpl.dist @@ -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.'