summaryrefslogtreecommitdiff
path: root/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Version/SmartyVersionTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Version/SmartyVersionTest.php')
-rw-r--r--tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Version/SmartyVersionTest.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Version/SmartyVersionTest.php b/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Version/SmartyVersionTest.php
index 8e295824..efbc2dd6 100644
--- a/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Version/SmartyVersionTest.php
+++ b/tests/UnitTests/TemplateSource/ValueTests/SmartySpecialVars/Version/SmartyVersionTest.php
@@ -2,16 +2,16 @@
/**
* Smarty PHPunit tests {$smarty.version}
*
- * @package PHPunit
+
* @author Uwe Tews
*/
/**
* class for {$smarty.version} tests
*
- * @runTestsInSeparateProcess
- * @preserveGlobalState disabled
- * @backupStaticAttributes enabled
+ *
+ *
+ *
*/
class SmartyVersionTest extends PHPUnit_Smarty
{
@@ -29,6 +29,6 @@ class SmartyVersionTest extends PHPUnit_Smarty
*
*/
public function testSmartyVersion() {
- $this->assertEquals(Smarty::SMARTY_VERSION, $this->smarty->fetch('version.tpl'));
+ $this->assertEquals(\Smarty\Smarty::SMARTY_VERSION, $this->smarty->fetch('version.tpl'));
}
}