mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
update test
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
@@ -116,6 +116,8 @@ class ModifierTest extends PHPUnit_Smarty
|
||||
|
||||
/**
|
||||
* test modifier at plugin result
|
||||
* @runInSeparateProcess
|
||||
* @preserveGlobalState disabled
|
||||
*/
|
||||
public function testModifierAtPluginResult()
|
||||
{
|
||||
|
Reference in New Issue
Block a user