Skip to content

Commit

Permalink
Dev: Remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Jun 19, 2018
1 parent 41fc916 commit cb2b0da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/TestBaseClass.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ public static function setUpBeforeClass()
{
parent::setUpBeforeClass();

$lt = ini_get('session.gc_maxlifetime');
var_dump('gc_maxlifetime = ' . $lt);
die;
//$lt = ini_get('session.gc_maxlifetime');
//var_dump('gc_maxlifetime = ' . $lt);
//die;

// This did not fix the langchang test failure on Travis.
//session_destroy();
Expand Down

0 comments on commit cb2b0da

Please sign in to comment.