removed \ in the test suite to make it compatible with PHP 5.2

This commit is contained in:
Fabien Potencier
2010-05-10 19:25:50 +02:00
parent 6c4ce225b8
commit 889a846f50
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
require_once dirname(__FILE__).'/bootstrap.php';
class Twig_Tests_AutoloaderTest extends \PHPUnit_Framework_TestCase
class Twig_Tests_AutoloaderTest extends PHPUnit_Framework_TestCase
{
public function testAutoload()
{
+1 -1
View File
@@ -11,7 +11,7 @@
require_once dirname(__FILE__).'/bootstrap.php';
class Twig_Tests_TokenStreamTest extends \PHPUnit_Framework_TestCase
class Twig_Tests_TokenStreamTest extends PHPUnit_Framework_TestCase
{
static protected $tokens;
+1 -1
View File
@@ -11,7 +11,7 @@
require_once dirname(__FILE__).'/bootstrap.php';
class Twig_Tests_IntegrationTest extends \PHPUnit_Framework_TestCase
class Twig_Tests_IntegrationTest extends PHPUnit_Framework_TestCase
{
static protected $fixturesDir;