Skip to content

Commit

Permalink
Dev: Add stump function
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 20, 2020
1 parent 67255af commit faf257b
Showing 1 changed file with 8 additions and 0 deletions.
Expand Up @@ -83,4 +83,12 @@ public function testIpAnonymizeInActiveSurvey()
*/
$this->assertTrue((isset($models[0]->ipaddr)) && ($models[0]->ipaddr==='127.0.0.0'));
}

/**
* Test so that previous behaviour is still working.
*/
public function testNormalActiveSurvey()
{
// TODO: As above, but without ip anon and ip === 127.0.0.1
}
}

0 comments on commit faf257b

Please sign in to comment.