mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-16 12:26:30 +00:00
removed \ in the test suite to make it compatible with PHP 5.2
This commit is contained in:
@@ -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()
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user