summaryrefslogtreecommitdiff
path: root/tests/unit/phpunit2.php
blob: 81e850572510c56b16a8db91dab35b04c826f3c5 (plain)
1
2
3
4
5
6
7
8
9
<?php
/**
 * A few common settings for all unit tests.
 */
define('PRADO_FRAMEWORK_DIR', dirname(__FILE__).'/../../framework');
set_include_path(PRADO_FRAMEWORK_DIR.':'.get_include_path());
require_once PRADO_FRAMEWORK_DIR.'/prado.php';
require_once 'PHPUnit2/Framework/TestCase.php';
?>