Skip to content

Commit

Permalink
Dev: Remove dump test code
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 21, 2018
1 parent fdd892f commit 7649790
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/surveys/LanguageChangerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@ public function testBasic()
// Open survey.
$web->get($url);

$web->dumpBody();
// Dump for debugging.
//$web->dumpBody();

// Change to Deutsch.
$web->changeLanguageSelect('de');

$web->dumpBody();
// Dump for debugging.
//$web->dumpBody();

sleep(2);

Expand Down

0 comments on commit 7649790

Please sign in to comment.