Skip to content

Commit

Permalink
Dev: Use DummyController for test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Aug 24, 2017
1 parent cf69943 commit a3cd3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/questions/DateTimeForwardBackTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public function testQ1()
$surveyOptions = self::$testHelper->getSurveyOptions(self::$surveyId);

\Yii::app()->setConfig('surveyID', self::$surveyId);
\Yii::app()->setController(new \CController('dummyid'));
\Yii::app()->setController(new DummyController('dummyid'));
buildsurveysession(self::$surveyId);
$result = \LimeExpressionManager::StartSurvey(
self::$surveyId,
Expand Down

0 comments on commit a3cd3d5

Please sign in to comment.