From 53a8e927837e4874d9668dd611582d6a1daaa087 Mon Sep 17 00:00:00 2001 From: Vadim Belman Date: Thu, 3 Nov 2016 20:16:12 -0400 Subject: [PATCH] Item13897: Added 'headers' key to the documentation. --- UnitTestContrib/lib/Foswiki/Engine/Test.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/UnitTestContrib/lib/Foswiki/Engine/Test.pm b/UnitTestContrib/lib/Foswiki/Engine/Test.pm index a5bdb972b1..015880af73 100644 --- a/UnitTestContrib/lib/Foswiki/Engine/Test.pm +++ b/UnitTestContrib/lib/Foswiki/Engine/Test.pm @@ -5,7 +5,7 @@ use v5.14; =begin TML ----+!! package Foswiki::Engine::Test +---+!! Class Foswiki::Engine::Test This is unit tests support engine which is supposed to simulate real-life environment for test cases. @@ -141,6 +141,7 @@ Additionally the following keys are used: | *Key* | *Initialized attribute* | *Comment* | | =user=, =remote_user= | =user= | =user= takes precedence | | =postData= | =postData= | What is defined by the key would end up in engine's =postData= attribute as is, with no modification and will be validated by a request object. | +| =headers= | =headers= | Hash of header => value pairs | =cut