Subversion Repositories Applications.papyrus

Rev

Rev 1087 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
493 ddelon 1
<?php
2
// $Id: simple_include.php,v 1.1 2005-09-30 14:58:00 ddelon Exp $
3
if (!defined('SIMPLE_TEST')) {
4
    define('SIMPLE_TEST', '../../../simpletest/');
5
}
6
 
7
require_once(SIMPLE_TEST . 'unit_tester.php');
8
require_once(SIMPLE_TEST . 'reporter.php');
9
require_once(SIMPLE_TEST . 'mock_objects.php');
10
?>