06/11/29 13:55:00
やはり上手く動いてないかも。
authenticateを使わないprepareとperformだけのaction formで
$forward_name = $this->ac->prepare();
$this->assertNull($forward_name);
$forward_name = $this->ac->perform();
$this->assertEqual($forward_name, 'hage');
と記入すると両ケースともpassするけど>>657のnoticeとExceptionが4つでる。
エラー処理を全てthrow exceptionしてるのがいけないのかな?