Skip to content

Commit

Permalink
Dev: Remove unused lines in test
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Oct 7, 2019
1 parent f441cd5 commit cdad161
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions tests/surveys/RankingArrayFilterMaxColumnTest.php
Expand Up @@ -39,14 +39,6 @@ public function testRanking()
/** @var Survey */
$survey = \Survey::model()->findByPk(self::$surveyId);

/** @var Question[] */
$subQuestions = $survey->groups[0]->questions[0]->subquestions;
/** @var Question[] */
$subQuestionsByTitle = [];
foreach ($subQuestions as $q) {
$subQuestionsByTitle[$q->title] = $q;
}

try {
// Open survey.
$web->get($url);
Expand Down

0 comments on commit cdad161

Please sign in to comment.