processIsolation="true"
stopOnFailure="false"
syntaxCheck="false"
+ bootstrap="test/Twig/Tests/bootstrap.php"
>
<testsuites>
<testsuite name="Twig Test Suite">
* file that was distributed with this source code.
*/
-require_once dirname(__FILE__).'/bootstrap.php';
-
class Twig_Tests_AutoloaderTest extends PHPUnit_Framework_TestCase
{
public function testAutoload()
* file that was distributed with this source code.
*/
-require_once dirname(__FILE__).'/../bootstrap.php';
-
class Twig_Tests_Extension_SandboxTest extends PHPUnit_Framework_TestCase
{
static protected $params, $templates;
* file that was distributed with this source code.
*/
-require_once dirname(__FILE__).'/bootstrap.php';
-
class Twig_Tests_TokenStreamTest extends PHPUnit_Framework_TestCase
{
static protected $tokens;
* file that was distributed with this source code.
*/
-require_once dirname(__FILE__).'/bootstrap.php';
-
class Twig_Tests_IntegrationTest extends PHPUnit_Framework_TestCase
{
static protected $fixturesDir;