fixing method signature in test models

This commit is contained in:
Rachman Chavik 2012-05-10 19:47:01 +07:00
parent 2598d17670
commit 73c66e2df4

View file

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