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

@@ -109,6 +109,8 @@ class BaseAction
throw new FormValidationException($e->getMessage(), $e->getCode());
}
$event->setObject($object);
return $object;
}
}