[sendEmail testing template]
<p>Variables check:</p>
<?
$expectedVariables = array('transition', 'record', 'action');
foreach ($expectedVariables as $variable) {
printf("%s=%s <br>", $variable, isset($this->$variable) ? 'ok' : 'fail');
}
?>
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/application/workflow/tests/email-template-test.phtml |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|