Sign in
apache
/
shindig
/
2.0.x
/
.
/
php
/
external
/
PHPUnit
/
Util
/
Skeleton
/
IncompleteTestMethod.tpl
blob: 5a5a49358b8b3be82d3e98a28e5e3dba9a36ba8b [
file
]
/**
* @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.'
);
}