fix test suite reimplementing url updating trest

This commit is contained in:
Manuel Raynaud
2013-12-16 17:29:25 +01:00
parent 0e9ac181e5
commit db2ad120b2
4 changed files with 52 additions and 4 deletions

View File

@@ -165,4 +165,24 @@ class UpdateSeoEvent extends ActionEvent
return $this;
}
/**
* @param mixed $object
*/
public function setObject($object)
{
$this->object = $object;
return $this;
}
/**
* @return mixed
*/
public function getObject()
{
return $this->object;
}
}