Preserve the ID.';
$expect[1] = $inputs[1];
$inputs[2] = '
Kill the ID.
';
$expect[2] = 'Kill the ID.
';
// test accumulator
$inputs[3] = 'Valid
Invalid
';
$expect[3] = 'Valid
Invalid
';
$inputs[4] = 'Bad dir.';
$expect[4] = 'Bad dir.';
$this->assertStrategyWorks($strategy, $inputs, $expect);
}
}
?>