summaryrefslogtreecommitdiff
path: root/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Post/PostTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Post/PostTest.php')
-rw-r--r--tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Post/PostTest.php16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Post/PostTest.php b/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Post/PostTest.php
index b7204666..92bfea4a 100644
--- a/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Post/PostTest.php
+++ b/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Post/PostTest.php
@@ -2,16 +2,16 @@
/**
* Smarty PHPunit tests {$smarty.post.foo}
*
- * @package PHPunit
+
* @author Uwe Tews
*/
/**
* class for {$smarty.post.foo} tests
*
- * @runTestsInSeparateProcess
- * @preserveGlobalState disabled
- * @backupStaticAttributes enabled
+ *
+ *
+ *
*/
class PostTest extends PHPUnit_Smarty
{
@@ -27,8 +27,8 @@ class PostTest extends PHPUnit_Smarty
/**
* test $_POST
*
- * @runInSeparateProcess
- * @preserveGlobalState disabled
+ *
+ *
* @dataProvider dataProvider
*/
public function testPost($caching, $value) {
@@ -40,8 +40,8 @@ class PostTest extends PHPUnit_Smarty
/**
* test $_POST with modifier
*
- * @runInSeparateProcess
- * @preserveGlobalState disabled
+ *
+ *
* @dataProvider dataProviderModifier
*/
public function testPostModifier($caching, $value, $result) {