mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
run all test in separate process
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
/*
|
/*
|
||||||
* Smarty PHPUnit Config
|
* Smarty PHPUnit Config
|
||||||
*/
|
*/
|
||||||
define('individualFolders', true);
|
define('individualFolders', false);
|
||||||
define('MemCacheEnable', false);
|
define('MemCacheEnable', false);
|
||||||
define('ApcCacheEnable', false);
|
define('ApcCacheEnable', false);
|
||||||
define('MysqlCacheEnable', false);
|
define('MysqlCacheEnable', false);
|
||||||
|
@@ -6,6 +6,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for 'escapeHtml' property tests
|
* class for 'escapeHtml' property tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class AutoEscapeTest extends PHPUnit_Smarty
|
class AutoEscapeTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for filter tests
|
* class for filter tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class FilterTest extends PHPUnit_Smarty
|
class FilterTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for loadFilter method tests
|
* class for loadFilter method tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class LoadFilterTest extends PHPUnit_Smarty
|
class LoadFilterTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for register_filter / unregister_filter methods tests
|
* class for register_filter / unregister_filter methods tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class RegisterFilterTest extends PHPUnit_Smarty
|
class RegisterFilterTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for generic getter/setter tests
|
* class for generic getter/setter tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class GetterSetterTest extends PHPUnit_Smarty
|
class GetterSetterTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for plugin handler tests
|
* class for plugin handler tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class DefaultPluginHandlerTest extends PHPUnit_Smarty
|
class DefaultPluginHandlerTest extends PHPUnit_Smarty
|
||||||
|
@@ -5,6 +5,8 @@
|
|||||||
*
|
*
|
||||||
* @package PHPunit
|
* @package PHPunit
|
||||||
* @author Rodney Rehm
|
* @author Rodney Rehm
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class IncludePathTest extends PHPUnit_Smarty
|
class IncludePathTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class core function tests
|
* class core function tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class LoadPluginTest extends PHPUnit_Smarty
|
class LoadPluginTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for filter tests
|
* class for filter tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class MuteExpectedErrorsTest extends PHPUnit_Smarty
|
class MuteExpectedErrorsTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for PHP resource tests
|
* class for PHP resource tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class OutputFilterTrimWhitespaceTest extends PHPUnit_Smarty
|
class OutputFilterTrimWhitespaceTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginChainedLoadTest extends PHPUnit_Smarty
|
class PluginChainedLoadTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class SmartyBC class tests
|
* class SmartyBC class tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class SmartyBcTest extends PHPUnit_Smarty
|
class SmartyBcTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for cache resource file tests
|
* class for cache resource file tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class HttpModifiedSinceTest extends PHPUnit_Smarty
|
class HttpModifiedSinceTest extends PHPUnit_Smarty
|
||||||
|
@@ -11,6 +11,8 @@ include_once __DIR__ . '/../Memcache/CacheResourceCustomMemcacheTest.php';
|
|||||||
/**
|
/**
|
||||||
* class for cache resource file tests
|
* class for cache resource file tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CacheResourceCustomApcTest extends CacheResourceCustomMemcacheTest
|
class CacheResourceCustomApcTest extends CacheResourceCustomMemcacheTest
|
||||||
|
@@ -11,6 +11,8 @@ include_once __DIR__ . '/../_shared/CacheResourceTestCommon.php';
|
|||||||
/**
|
/**
|
||||||
* class for cache resource file tests
|
* class for cache resource file tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CacheResourceFileTest extends CacheResourceTestCommon
|
class CacheResourceFileTest extends CacheResourceTestCommon
|
||||||
|
@@ -11,6 +11,8 @@ include_once __DIR__ . '/../_shared/CacheResourceTestCommon.php';
|
|||||||
/**
|
/**
|
||||||
* class for cache resource memcache tests
|
* class for cache resource memcache tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CacheResourceCustomMemcacheTest extends CacheResourceTestCommon
|
class CacheResourceCustomMemcacheTest extends CacheResourceTestCommon
|
||||||
|
@@ -11,6 +11,8 @@ include_once __DIR__ . '/../_shared/CacheResourceTestCommon.php';
|
|||||||
/**
|
/**
|
||||||
* class for cache resource file tests
|
* class for cache resource file tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CacheResourceCustomMysqlTest extends CacheResourceTestCommon
|
class CacheResourceCustomMysqlTest extends CacheResourceTestCommon
|
||||||
|
@@ -11,6 +11,8 @@ include_once __DIR__ . '/../_shared/CacheResourceTestCommon.php';
|
|||||||
/**
|
/**
|
||||||
* class for cache resource file tests
|
* class for cache resource file tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CacheResourceCustomPDOTest extends CacheResourceTestCommon
|
class CacheResourceCustomPDOTest extends CacheResourceTestCommon
|
||||||
|
@@ -10,6 +10,8 @@ include_once __DIR__ . '/../_shared/CacheResourceTestCommon.php';
|
|||||||
/**
|
/**
|
||||||
* class for cache resource file tests
|
* class for cache resource file tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CacheResourceCustomRegisteredTest extends CacheResourceTestCommon
|
class CacheResourceCustomRegisteredTest extends CacheResourceTestCommon
|
||||||
|
@@ -456,8 +456,8 @@ class CacheResourceTestCommon extends PHPUnit_Smarty
|
|||||||
array(0, 0, 3, 4, true, 0, 0, false, false, false, 12, 4, 4, 'locking off - isCached & fetch cache_id & compile_id'),
|
array(0, 0, 3, 4, true, 0, 0, false, false, false, 12, 4, 4, 'locking off - isCached & fetch cache_id & compile_id'),
|
||||||
array(0, 0, null, null, false, 0, 0, true, false, false, 13, 13, 13, 'locking off - force compile'),
|
array(0, 0, null, null, false, 0, 0, true, false, false, 13, 13, 13, 'locking off - force compile'),
|
||||||
array(0, 0, null, null, true, 0, 0, false, false, false, 14, 13, 13, 'locking off - after force compile'),
|
array(0, 0, null, null, true, 0, 0, false, false, false, 14, 13, 13, 'locking off - after force compile'),
|
||||||
array(0, 0, null, null, false, 0, 0, false, true, false, 15, ($this instanceof CacheResourceFileTest && strpos(phpversion(), 'hhvm') !== false) ? 1 : 13, 15, 'locking off - force cache'),
|
array(0, 0, null, null, false, 0, 0, false, true, false, 15, 13, 15, 'locking off - force cache'),
|
||||||
array(0, 0, null, null, true, 0, 0, false, false, false, 16, ($this instanceof CacheResourceFileTest && strpos(phpversion(), 'hhvm') !== false) ? 1 : 13, 15, 'locking off - after force cache'),
|
array(0, 0, null, null, true, 0, 0, false, false, false, 16, 13, 15, 'locking off - after force cache'),
|
||||||
array(0, 0, null, null, false, 0, 0, false, false, true, 17, 17, 17, 'locking off - new source'),
|
array(0, 0, null, null, false, 0, 0, false, false, true, 17, 17, 17, 'locking off - new source'),
|
||||||
array(0, 0, null, null, true, 0, 0, false, false, false, 18, 17, 17, 'locking off - after new source'),
|
array(0, 0, null, null, true, 0, 0, false, false, false, 18, 17, 17, 'locking off - after new source'),
|
||||||
array(0, 5, null, null, null, 0, 1, false, false, false, 19, 17, 17, 'not locked - fetch'),
|
array(0, 5, null, null, null, 0, 1, false, false, false, 19, 17, 17, 'not locked - fetch'),
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for compiler plugin tests
|
* class for compiler plugin tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileCompilerPluginTest extends PHPUnit_Smarty
|
class CompileCompilerPluginTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for delimiter tests
|
* class for delimiter tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class DelimiterTest extends PHPUnit_Smarty
|
class DelimiterTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,7 +9,9 @@
|
|||||||
/**
|
/**
|
||||||
* class for config variable tests
|
* class for config variable tests
|
||||||
*
|
*
|
||||||
* @b ackupStaticAttributes enabled
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ConfigVarTest extends PHPUnit_Smarty
|
class ConfigVarTest extends PHPUnit_Smarty
|
||||||
{
|
{
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for default config handler test
|
* class for default config handler test
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class DefaultConfigHandlerTest extends PHPUnit_Smarty
|
class DefaultConfigHandlerTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for file resource tests
|
* class for file resource tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CustomResourceAmbiguousTest extends PHPUnit_Smarty
|
class CustomResourceAmbiguousTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for demo resource plugin extendaall tests
|
* class for demo resource plugin extendaall tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ResourceExtendsAllPluginTest extends PHPUnit_Smarty
|
class ResourceExtendsAllPluginTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@ if (defined(MysqlResourceEnable) && MysqlResourceEnable == 'true') {
|
|||||||
/**
|
/**
|
||||||
* class for resource plugins tests
|
* class for resource plugins tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ResourceMysqlPluginTest extends PHPUnit_Smarty
|
class ResourceMysqlPluginTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for block plugin tests
|
* class for block plugin tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class DefaultTemplateHandlerTest extends PHPUnit_Smarty
|
class DefaultTemplateHandlerTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for eval resource tests
|
* class for eval resource tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class EvalResourceTest extends PHPUnit_Smarty
|
class EvalResourceTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for extends resource tests
|
* class for extends resource tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ExtendsResourceTest extends PHPUnit_Smarty
|
class ExtendsResourceTest extends PHPUnit_Smarty
|
||||||
@@ -31,6 +33,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with prepend
|
* test child/parent template chain with prepend
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildPrepend_003($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildPrepend_003($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -48,6 +52,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
|
|||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with apppend
|
* test child/parent template chain with apppend
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildAppend_004($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildAppend_004($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -66,6 +72,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with apppend
|
* test child/parent template chain with apppend
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockAssignInChild_040($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockAssignInChild_040($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -84,6 +92,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test grandchild/child/parent dependency test1
|
* test grandchild/child/parent dependency test1
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockGrandChildMustCompile_021_1()
|
public function testCompileBlockGrandChildMustCompile_021_1()
|
||||||
{
|
{
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for file resource tests
|
* class for file resource tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class FileResourceTest extends PHPUnit_Smarty
|
class FileResourceTest extends PHPUnit_Smarty
|
||||||
|
@@ -5,6 +5,8 @@
|
|||||||
*
|
*
|
||||||
* @package PHPunit
|
* @package PHPunit
|
||||||
* @author Rodney Rehm
|
* @author Rodney Rehm
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class FileIncludePathTest extends PHPUnit_Smarty
|
class FileIncludePathTest extends PHPUnit_Smarty
|
||||||
|
@@ -5,6 +5,8 @@
|
|||||||
*
|
*
|
||||||
* @package PHPunit
|
* @package PHPunit
|
||||||
* @author Rodney Rehm
|
* @author Rodney Rehm
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class FileResourceIndexedTest extends PHPUnit_Smarty
|
class FileResourceIndexedTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for PHP resource tests
|
* class for PHP resource tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PhpResourceTest extends PHPUnit_Smarty
|
class PhpResourceTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for register->resource tests
|
* class for register->resource tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class RegisteredResourceTest extends PHPUnit_Smarty
|
class RegisteredResourceTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for resource plugins tests
|
* class for resource plugins tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ResourcePluginTest extends PHPUnit_Smarty
|
class ResourcePluginTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for stream resource tests
|
* class for stream resource tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class StreamResourceTest extends PHPUnit_Smarty
|
class StreamResourceTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for string resource tests
|
* class for string resource tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class StringResourceTest extends PHPUnit_Smarty
|
class StringResourceTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for function tests
|
* class for function tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class FunctionTest extends PHPUnit_Smarty
|
class FunctionTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for security test
|
* class for security test
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class SecurityTest extends PHPUnit_Smarty
|
class SecurityTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for append tests
|
* class for append tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class AppendTest extends PHPUnit_Smarty
|
class AppendTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for appendByRef tests
|
* class for appendByRef tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class AppendByRefBCTest extends PHPUnit_Smarty
|
class AppendByRefBCTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for appendByRef tests
|
* class for appendByRef tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class AppendByRefTest extends PHPUnit_Smarty
|
class AppendByRefTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for assign tests
|
* class for assign tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class AssignTest extends PHPUnit_Smarty
|
class AssignTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for assignByRef tests
|
* class for assignByRef tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class AssignByRefBCTest extends PHPUnit_Smarty
|
class AssignByRefBCTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for assignByRef tests
|
* class for assignByRef tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class AssignByRefTest extends PHPUnit_Smarty
|
class AssignByRefTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for assignGlobal method and {assignGlobal} tag tests
|
* class for assignGlobal method and {assignGlobal} tag tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class AssignGlobalTest extends PHPUnit_Smarty
|
class AssignGlobalTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for clearing all assigned variables tests
|
* class for clearing all assigned variables tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ClearAllAssignBCTest extends PHPUnit_Smarty
|
class ClearAllAssignBCTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for clearing all assigned variables tests
|
* class for clearing all assigned variables tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ClearAllAssignTest extends PHPUnit_Smarty
|
class ClearAllAssignTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for clearing assigned variables tests
|
* class for clearing assigned variables tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ClearAssignBCTest extends PHPUnit_Smarty
|
class ClearAssignBCTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for clearing assigned variables tests
|
* class for clearing assigned variables tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ClearAssignTest extends PHPUnit_Smarty
|
class ClearAssignTest extends PHPUnit_Smarty
|
||||||
|
@@ -10,6 +10,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for delete compiled template tests
|
* class for delete compiled template tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class ClearCompiledTest extends PHPUnit_Smarty
|
class ClearCompiledTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for getTemplateVars method test
|
* class for getTemplateVars method test
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class GetTemplateVarsTest extends PHPUnit_Smarty
|
class GetTemplateVarsTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for register->block / unregister->block methods tests
|
* class for register->block / unregister->block methods tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class RegisterBlockTest extends PHPUnit_Smarty
|
class RegisterBlockTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for register->compilerFunction / unregister->compilerFunction methods tests
|
* class for register->compilerFunction / unregister->compilerFunction methods tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class RegisterCompilerFunctionTest extends PHPUnit_Smarty
|
class RegisterCompilerFunctionTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for register->templateFunction / unregister->templateFunction methods tests
|
* class for register->templateFunction / unregister->templateFunction methods tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for register->modifier / unregister->modifier methods tests
|
* class for register->modifier / unregister->modifier methods tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class RegisterModifierTest extends PHPUnit_Smarty
|
class RegisterModifierTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for registered object function tests
|
* class for registered object function tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileRegisteredObjectFunctionTest extends PHPUnit_Smarty
|
class CompileRegisteredObjectFunctionTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for templateExists tests
|
* class for templateExists tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class TemplateExistsTest extends PHPUnit_Smarty
|
class TemplateExistsTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for security test
|
* class for security test
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CommentsTest extends PHPUnit_Smarty
|
class CommentsTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for spacing test
|
* class for spacing test
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class SpacingTest extends PHPUnit_Smarty
|
class SpacingTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for static class access to constants, variables and methods tests
|
* class for static class access to constants, variables and methods tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class StaticClassAccessTest extends PHPUnit_Smarty
|
class StaticClassAccessTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for append tags tests
|
* class for append tags tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileAppendTest extends PHPUnit_Smarty
|
class CompileAppendTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for assign tags tests
|
* class for assign tags tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileAssignTest extends PHPUnit_Smarty
|
class CompileAssignTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for block plugin tests
|
* class for block plugin tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileBlockPluginTest extends PHPUnit_Smarty
|
class CompileBlockPluginTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for block extends compiler tests
|
* class for block extends compiler tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileBlockExtendsTest extends PHPUnit_Smarty
|
class CompileBlockExtendsTest extends PHPUnit_Smarty
|
||||||
@@ -55,6 +57,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain
|
* test child/parent template chain
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChild_002($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChild_002($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -73,6 +77,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with prepend
|
* test child/parent template chain with prepend
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildPrepend_003($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildPrepend_003($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -91,6 +97,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with apppend
|
* test child/parent template chain with apppend
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildAppend_004($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildAppend_004($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -109,6 +117,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with apppend and shorttags
|
* test child/parent template chain with apppend and shorttags
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildAppendShortag_005($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildAppendShortag_005($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -127,6 +137,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with {$this->smarty.block.child)
|
* test child/parent template chain with {$this->smarty.block.child)
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildSmartyChild_006($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildSmartyChild_006($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -145,6 +157,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with {$this->smarty.block.parent)
|
* test child/parent template chain with {$this->smarty.block.parent)
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildSmartyParent_007($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildSmartyParent_007($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -163,7 +177,7 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain loading plugin
|
* test child/parent template chain loading plugin
|
||||||
* @run SeparateProcess
|
* @runInSeparateProcess
|
||||||
* @preserveGlobalState disabled
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
@@ -184,6 +198,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test parent template with nested blocks
|
* test parent template with nested blocks
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockParentNested_009($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockParentNested_009($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -202,6 +218,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with nested block
|
* test child/parent template chain with nested block
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildNested_010($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildNested_010($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -220,6 +238,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain with nested block and include
|
* test child/parent template chain with nested block and include
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildNestedInclude_011($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildNestedInclude_011($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -238,6 +258,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test grandchild/child/parent template chain
|
* test grandchild/child/parent template chain
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockGrandChild_012($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockGrandChild_012($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -256,6 +278,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test grandchild/child/parent template chain prepend
|
* test grandchild/child/parent template chain prepend
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockGrandChildPrepend_013($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockGrandChildPrepend_013($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -274,6 +298,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test grandchild/child/parent template chain with {$this->smarty.block.child}
|
* test grandchild/child/parent template chain with {$this->smarty.block.child}
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockGrandChildSmartyChild_014($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockGrandChildSmartyChild_014($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -292,6 +318,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test grandchild/child/parent template chain append
|
* test grandchild/child/parent template chain append
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockGrandChildAppend_015($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockGrandChildAppend_015($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -310,6 +338,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test grandchild/child/parent template chain with nested block
|
* test grandchild/child/parent template chain with nested block
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockGrandChildNested_016($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockGrandChildNested_016($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -328,6 +358,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test grandchild/child/parent template chain with nested {$this->smarty.block.child}
|
* test grandchild/child/parent template chain with nested {$this->smarty.block.child}
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockGrandChildNested_017($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockGrandChildNested_017($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -346,6 +378,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test nested child block with hide
|
* test nested child block with hide
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildNestedHide_018($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildNestedHide_018($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -365,6 +399,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test nested child block with hide and auto_literal = false
|
* test nested child block with hide and auto_literal = false
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockChildNestedHideAutoLiteralFalse_019($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockChildNestedHideAutoLiteralFalse_019($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -385,6 +421,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain starting in subtempates
|
* test child/parent template chain starting in subtempates
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockStartSubTemplates_020($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockStartSubTemplates_020($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -408,6 +446,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test grandchild/child/parent template chain with nested {$this->smarty.block.child} and {include nocache}
|
* test grandchild/child/parent template chain with nested {$this->smarty.block.child} and {include nocache}
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockGrandChildNested_030($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testCompileBlockGrandChildNested_030($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
@@ -427,6 +467,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test grandchild/child/parent dependency test1
|
* test grandchild/child/parent dependency test1
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
*/
|
*/
|
||||||
public function testCompileBlockGrandChildMustCompile_021_1()
|
public function testCompileBlockGrandChildMustCompile_021_1()
|
||||||
{
|
{
|
||||||
@@ -569,6 +611,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* test child/parent template chain
|
* test child/parent template chain
|
||||||
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*/
|
*/
|
||||||
public function testSmartyBlockVariablePartentInclude_28($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
public function testSmartyBlockVariablePartentInclude_28($caching, $merge, $testNumber, $compileTestNumber, $renderTestNumber, $testName)
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for capture tags tests
|
* class for capture tags tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileCaptureTest extends PHPUnit_Smarty
|
class CompileCaptureTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for compiler plugin tests
|
* class for compiler plugin tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompilerPluginTest extends PHPUnit_Smarty
|
class CompilerPluginTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,7 +9,9 @@
|
|||||||
/**
|
/**
|
||||||
* class for config variable tests
|
* class for config variable tests
|
||||||
*
|
*
|
||||||
* @b ackupStaticAttributes enabled
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileConfigLoadTest extends PHPUnit_Smarty
|
class CompileConfigLoadTest extends PHPUnit_Smarty
|
||||||
{
|
{
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for delimiter tags tests
|
* class for delimiter tags tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileDelimiterTest extends PHPUnit_Smarty
|
class CompileDelimiterTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for {eval} tag tests
|
* class for {eval} tag tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileEvalTest extends PHPUnit_Smarty
|
class CompileEvalTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for {for} tag tests
|
* class for {for} tag tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileForTest extends PHPUnit_Smarty
|
class CompileForTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for {foreach} tag tests
|
* class for {foreach} tag tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileForeachTest extends PHPUnit_Smarty
|
class CompileForeachTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for function plugin tests
|
* class for function plugin tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileFunctionPluginTest extends PHPUnit_Smarty
|
class CompileFunctionPluginTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,8 +9,10 @@
|
|||||||
/**
|
/**
|
||||||
* class for {if} tag tests
|
* class for {if} tag tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileIfTest extends PHPUnit_Smarty
|
class CompileIfTest extends PHPUnit_Smarty
|
||||||
{
|
{
|
||||||
public function setUp()
|
public function setUp()
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for {include} tests
|
* class for {include} tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileIncludeTest extends PHPUnit_Smarty
|
class CompileIncludeTest extends PHPUnit_Smarty
|
||||||
@@ -44,7 +46,8 @@ class CompileIncludeTest extends PHPUnit_Smarty
|
|||||||
/**
|
/**
|
||||||
* test spacing
|
* test spacing
|
||||||
*
|
*
|
||||||
* @rrunInSeparateProcess
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider includeProviderCaching
|
* @dataProvider includeProviderCaching
|
||||||
*/
|
*/
|
||||||
public function testSpacing_001V2($merge, $caching, $text)
|
public function testSpacing_001V2($merge, $caching, $text)
|
||||||
@@ -61,7 +64,8 @@ class CompileIncludeTest extends PHPUnit_Smarty
|
|||||||
/**
|
/**
|
||||||
* test spacing
|
* test spacing
|
||||||
*
|
*
|
||||||
* @rrunInSeparateProcess
|
* @runInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider includeProviderCaching
|
* @dataProvider includeProviderCaching
|
||||||
*/
|
*/
|
||||||
public function testSpacing_001V3($merge, $caching, $text)
|
public function testSpacing_001V3($merge, $caching, $text)
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for {include_php} tests
|
* class for {include_php} tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileIncludePhpTest extends PHPUnit_Smarty
|
class CompileIncludePhpTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for {insert} tests
|
* class for {insert} tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileInsertTest extends PHPUnit_Smarty
|
class CompileInsertTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for appendByRef tests
|
* class for appendByRef tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class LiteralTest extends PHPUnit_Smarty
|
class LiteralTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for {nocache} tag tests
|
* class for {nocache} tag tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompileNocacheTest extends PHPUnit_Smarty
|
class CompileNocacheTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,7 +9,9 @@
|
|||||||
/**
|
/**
|
||||||
* class for {php} and <?php...?> tag tests
|
* class for {php} and <?php...?> tag tests
|
||||||
*
|
*
|
||||||
* @backupStaticAt tributes enabled
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class CompilePhpTest extends PHPUnit_Smarty
|
class CompilePhpTest extends PHPUnit_Smarty
|
||||||
{
|
{
|
||||||
@@ -31,7 +33,7 @@ class CompilePhpTest extends PHPUnit_Smarty
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Test
|
* Test
|
||||||
* @run inSeparateProcess
|
* @runInSeparateProcess
|
||||||
* @preserveGlobalState disabled
|
* @preserveGlobalState disabled
|
||||||
* @dataProvider data
|
* @dataProvider data
|
||||||
*
|
*
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginBlockTextformatTest extends PHPUnit_Smarty
|
class PluginBlockTextformatTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginFunctionFetchTest extends PHPUnit_Smarty
|
class PluginFunctionFetchTest extends PHPUnit_Smarty
|
||||||
|
@@ -11,6 +11,8 @@ require_once(dirname(__FILE__) . '/helpers/_object_tostring.php');
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginFunctionHtmlCheckboxesTest extends PHPUnit_Smarty
|
class PluginFunctionHtmlCheckboxesTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginFunctionHtmlImageTest extends PHPUnit_Smarty
|
class PluginFunctionHtmlImageTest extends PHPUnit_Smarty
|
||||||
|
@@ -11,6 +11,8 @@ require_once(dirname(__FILE__) . '/helpers/_object_tostring.php');
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginFunctionHtmlOptionsTest extends PHPUnit_Smarty
|
class PluginFunctionHtmlOptionsTest extends PHPUnit_Smarty
|
||||||
|
@@ -10,6 +10,9 @@ require_once(dirname(__FILE__) . '/helpers/_object_tostring.php');
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginFunctionHtmlRadiosTest extends PHPUnit_Smarty
|
class PluginFunctionHtmlRadiosTest extends PHPUnit_Smarty
|
||||||
{
|
{
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginFunctionHtmlSelectDateTest extends PHPUnit_Smarty
|
class PluginFunctionHtmlSelectDateTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginFunctionHtmlSelectTimeTest extends PHPUnit_Smarty
|
class PluginFunctionHtmlSelectTimeTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginFunctionMailtoTest extends PHPUnit_Smarty
|
class PluginFunctionMailtoTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginModifierCapitalizeTest extends PHPUnit_Smarty
|
class PluginModifierCapitalizeTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginModifierCharsetTest extends PHPUnit_Smarty
|
class PluginModifierCharsetTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginModifierCountCharactersTest extends PHPUnit_Smarty
|
class PluginModifierCountCharactersTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginModifierCountSentencesTest extends PHPUnit_Smarty
|
class PluginModifierCountSentencesTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginModifierCountWordsTest extends PHPUnit_Smarty
|
class PluginModifierCountWordsTest extends PHPUnit_Smarty
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginModifierEscapeTest extends PHPUnit_Smarty
|
class PluginModifierEscapeTest extends PHPUnit_Smarty
|
||||||
|
@@ -8,6 +8,9 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginModifierLowerTest extends PHPUnit_Smarty
|
class PluginModifierLowerTest extends PHPUnit_Smarty
|
||||||
{
|
{
|
||||||
|
@@ -9,8 +9,10 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginModifierRegexReplaceTest extends PHPUnit_Smarty
|
class PluginModifierRegexReplaceTest extends PHPUnit_Smarty
|
||||||
{
|
{
|
||||||
public function setUp()
|
public function setUp()
|
||||||
|
@@ -9,6 +9,8 @@
|
|||||||
/**
|
/**
|
||||||
* class for modifier tests
|
* class for modifier tests
|
||||||
*
|
*
|
||||||
|
* @runTestsInSeparateProcess
|
||||||
|
* @preserveGlobalState disabled
|
||||||
* @backupStaticAttributes enabled
|
* @backupStaticAttributes enabled
|
||||||
*/
|
*/
|
||||||
class PluginModifierSpacifyTest extends PHPUnit_Smarty
|
class PluginModifierSpacifyTest extends PHPUnit_Smarty
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user