diff --git a/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/CompileConfigLoadTest.php b/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/CompileConfigLoadTest.php index 2e49dc0a..4f3dd6d8 100644 --- a/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/CompileConfigLoadTest.php +++ b/tests/UnitTests/TemplateSource/TagTests/ConfigLoad/CompileConfigLoadTest.php @@ -78,20 +78,6 @@ class CompileConfigLoadTest extends PHPUnit_Smarty $this->assertEquals("Welcome to Smarty!", $this->smarty->getConfigVars('title')); } - /** - * test config varibales loading global - * - * @runInSeparateProcess - * @preserveGlobalState disabled - */ - public function testConfigVariableGlobal() - { - $this->assertEquals("Welcome to Smarty!", $this->smarty->fetch('eval:{config_load file=\'test.conf\' scope=\'global\'}{#title#}')); - // global is parent must not be empty - $this->assertEquals("Welcome to Smarty!", $this->smarty->getConfigVars('title')); - } - - /** * test config varibales loading all sections from template *