Sign in
apache
/
shindig
/
2.0.x
/
.
/
php
/
external
/
PHPUnit
/
Util
/
Skeleton
/
TestMethod.tpl
blob: 68acf2b7409eb4a68f33ad01b4266b4add8a38e3 [
file
]
/**
* Generated from @assert {annotation}.
*/
public
function
test
{
methodName
}()
{
$this
->
assert
{
assertion
}(
{
expected
},
$this
->
object
->{
origMethodName
}({
arguments
})
);
}