removed \ in the test suite to make it compatible with PHP 5.2
authorFabien Potencier <fabien.potencier@gmail.com>
Mon, 10 May 2010 17:26:49 +0000 (19:26 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Mon, 10 May 2010 17:26:49 +0000 (19:26 +0200)
test/Twig/Tests/Extension/SandboxTest.php

index 0060080..529aa16 100644 (file)
@@ -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;