Fix tests for PHP 5.5

This commit is contained in:
Timothy Warren 2015-10-19 13:02:10 -04:00
parent fee09c50ae
commit 385037b669
5 changed files with 1 additions and 3 deletions

View File

@ -3,7 +3,7 @@
class TestSessionHandler implements SessionHandlerInterface {
public $data = [];
public $save_path = __DIR__ . '/test_data/sessions';
public $save_path = './test_data/sessions';
public function close()
{