Extends
lithium\test\UnitSource
public function testNonExistentFunction() {
$postsController = new MockPostsController();
$this->expectException("Action `foo` not found.");
$postsController(new Request(), array('action' => 'foo'));
}
public function testNonExistentFunction() {
$postsController = new MockPostsController();
$this->expectException("Action `foo` not found.");
$postsController(new Request(), array('action' => 'foo'));
}