diff --git a/tests/UnitTests/CacheModify/ModifiedSince/HttpModifiedSinceTest.php b/tests/UnitTests/CacheModify/ModifiedSince/HttpModifiedSinceTest.php index b9299db7..9f51b775 100644 --- a/tests/UnitTests/CacheModify/ModifiedSince/HttpModifiedSinceTest.php +++ b/tests/UnitTests/CacheModify/ModifiedSince/HttpModifiedSinceTest.php @@ -16,6 +16,7 @@ class HttpModifiedSinceTest extends PHPUnit_Smarty public function setUp() { + $this->markTestSkipped('modified since tests are disabled'); $this->setUpSmarty(__DIR__); } diff --git a/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php b/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php index 0121b90c..947662c0 100644 --- a/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php +++ b/tests/UnitTests/CacheResourceTests/_shared/CacheResourceTestCommon.php @@ -491,7 +491,7 @@ class CacheResourceTestCommon extends PHPUnit_Smarty } /** * - * @run InSeparateProcess + * @runInSeparateProcess * @preserveGlobalState disabled * */ diff --git a/tests/UnitTests/ResourceTests/Custom/DemoPluginMysql/ResourceMysqlPluginTest.php b/tests/UnitTests/ResourceTests/Custom/DemoPluginMysql/ResourceMysqlPluginTest.php index 44a73e90..7aaed774 100644 --- a/tests/UnitTests/ResourceTests/Custom/DemoPluginMysql/ResourceMysqlPluginTest.php +++ b/tests/UnitTests/ResourceTests/Custom/DemoPluginMysql/ResourceMysqlPluginTest.php @@ -84,4 +84,4 @@ if (defined(MysqlResourceEnable) && MysqlResourceEnable == 'true') { $this->assertEquals(strtotime("2010-12-25 22:00:00"), $tpl->source->getTimeStamp()); } } -} \ No newline at end of file +} diff --git a/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/CompileFunctionTest.php b/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/CompileFunctionTest.php index 590baade..a96def21 100644 --- a/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/CompileFunctionTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/TemplateFunction/CompileFunctionTest.php @@ -84,7 +84,7 @@ class CompileFunctionTest extends PHPUnit_Smarty /** * test simple function call tag cached no cache default variable 2 * - * @run InSeparateProcess + * @runInSeparateProcess * @preserveGlobalState disabled */ public function testSimpleFunctionCachedNocacheDefault_002_2()