update test

This commit is contained in:
uwetews
2016-02-10 03:16:12 +01:00
parent 150d24822d
commit db8553be32
2 changed files with 8 additions and 0 deletions

View File

@@ -60,6 +60,9 @@ class CompileStripTest extends PHPUnit_Smarty
/**
* test strip tag output tag
*
* @runInSeparateProcess
* @preserveGlobalState disabled
*/
public function testStripOutputTag()
{
@@ -68,6 +71,9 @@ class CompileStripTest extends PHPUnit_Smarty
/**
* test strip tag no output tag
*
* @runInSeparateProcess
* @preserveGlobalState disabled
*/
public function testStripNoOutputTag()
{

View File

@@ -116,6 +116,8 @@ class ModifierTest extends PHPUnit_Smarty
/**
* test modifier at plugin result
* @runInSeparateProcess
* @preserveGlobalState disabled
*/
public function testModifierAtPluginResult()
{