D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
lampp
/
lib
/
php
/
PHPUnit
/
Util
/
Skeleton
/
Template
/
Filename :
IncompleteTestMethod.tpl.dist
back
Copy
/** * @covers {className}::{origMethodName} * @todo Implement test{methodName}(). */ public function test{methodName}() { // Remove the following lines when you implement this test. $this->markTestIncomplete( 'This test has not been implemented yet.' ); }