Controller_Tester::_prepare PHP Method

_prepare() public method

public _prepare ( $t, $str )
    public function _prepare($t, $str)
    {
        $result = '';
        for ($i = 0; $i < 100; ++$i) {
            $result .= $str;
        }
        return array($this->add($t), $result);
    }