Skip to content

Commit

Permalink
Revert "DEV: Edit Question Test"
Browse files Browse the repository at this point in the history
This reverts commit 77b229d.
  • Loading branch information
gabrieljenik committed Sep 23, 2020
1 parent 5fb6b7d commit 4d35c27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestBaseClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public static function tearDownAfterClass()
\Yii::app()->session['loginID'] = 1;

if (self::$testSurvey) {
var_dump(get_class($this) . ": Deleting survey " . self::$testSurvey->sid);
if (!self::$testSurvey->delete()) {
self::assertTrue(
false,
Expand Down

0 comments on commit 4d35c27

Please sign in to comment.