0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
lib
/
core
/
test
/
[
Home
]
File: TikiTestCase.php
<?php /* * Created on Jan 30, 2009 * * Parent class of all test cases. For some reason PHPUnit doesn't deal * well with globals, so $backupGlobals should be set to false. * Use this class to set other PHPUnit variables, as needed. * */ class TikiTestCase extends PHPUnit_Framework_TestCase { protected $backupGlobals = FALSE; } ?>