From 6fef70730793eccc4943bca48c47439cd19b213e Mon Sep 17 00:00:00 2001 From: Stefan Esser Date: Tue, 18 Feb 2014 14:52:12 +0100 Subject: Some tests for the cookie encryption feature from Ben --- tests/cookie/crypt.no_encryption.phpt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/cookie/crypt.no_encryption.phpt (limited to 'tests/cookie/crypt.no_encryption.phpt') diff --git a/tests/cookie/crypt.no_encryption.phpt b/tests/cookie/crypt.no_encryption.phpt new file mode 100644 index 0000000..095ce5f --- /dev/null +++ b/tests/cookie/crypt.no_encryption.phpt @@ -0,0 +1,16 @@ +--TEST-- +cookie without encryption +--SKIPIF-- + +--INI-- +suhosin.cookie.encrypt=0 +--COOKIE-- +a=b +--FILE-- + +--EXPECTF-- +Set-Cookie: foo=bar \ No newline at end of file -- cgit v1.3