From 71c70de8df61ff1446efb1c168d3c2deccf58586 Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Sat, 15 Feb 2014 12:13:19 +0100 Subject: Add a bunch of session id / session encryption tests from Ben. --- tests/session/crypt.no_encryption.phpt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/session/crypt.no_encryption.phpt (limited to 'tests/session/crypt.no_encryption.phpt') diff --git a/tests/session/crypt.no_encryption.phpt b/tests/session/crypt.no_encryption.phpt new file mode 100644 index 0000000..6b6bc97 --- /dev/null +++ b/tests/session/crypt.no_encryption.phpt @@ -0,0 +1,15 @@ +--TEST-- +session without encryption +--SKIPIF-- + +--INI-- +suhosin.session.encrypt=Off +--FILE-- + +--EXPECTF-- +SESSION: a|s:1:"b"; \ No newline at end of file -- cgit v1.3