fixing method signature in test models

This commit is contained in:
Rachman Chavik 2012-05-10 19:47:01 +07:00 committed by Jose Lorenzo Rodriguez
parent a96e4397be
commit 539fa3a131

View file

@ -4973,7 +4973,7 @@ class CustomArticle extends AppModel {
*
* @return void
**/
public function beforeValidate() {
public function beforeValidate($options = array()) {
$this->data[$this->alias]['title'] = 'foo';
}