Skip to content
Snippets Groups Projects
Commit 8859c91e authored by pbarroca's avatar pbarroca
Browse files

ArteVOD: suppression dépendance datas dans test

parent 4da37345
No related merge requests found
......@@ -70,11 +70,12 @@ class ArteVODHarverstingTwoFilmsInTwoPages extends ArteVODHarverstingTestCase {
->beStrict();
$this->_category_wrapper = Storm_Test_ObjectWrapper::onLoaderOfModel('Class_AlbumCategorie')
->whenCalled('findFirstBy')->answers(null)
->whenCalled('save')->answers(true);
$this->_album_wrapper = Storm_Test_ObjectWrapper::onLoaderOfModel('Class_Album')
->whenCalled('findFirstBy')->answers(null)
->whenCalled('save')->answers(true);
$service = new Class_WebService_ArteVOD();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment