From: Fabien Potencier Date: Mon, 10 May 2010 17:26:49 +0000 (+0200) Subject: removed \ in the test suite to make it compatible with PHP 5.2 X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=dc7a48eed1a74244b94260c687a22fb05daa2399;p=web%2Fkonrad%2Ftwig.git removed \ in the test suite to make it compatible with PHP 5.2 --- diff --git a/test/Twig/Tests/Extension/SandboxTest.php b/test/Twig/Tests/Extension/SandboxTest.php index 0060080..529aa16 100644 --- a/test/Twig/Tests/Extension/SandboxTest.php +++ b/test/Twig/Tests/Extension/SandboxTest.php @@ -11,7 +11,7 @@ require_once dirname(__FILE__).'/../bootstrap.php'; -class Twig_Tests_Extension_SandboxTest extends \PHPUnit_Framework_TestCase +class Twig_Tests_Extension_SandboxTest extends PHPUnit_Framework_TestCase { static protected $params, $templates;