Subversion Repositories Applications.papyrus

Rev

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

Rev Author Line No. Line
848 florian 1
<?php
2
// $Id$
3
//
4
// This testsuite requires SimpleTest.
5
// You can find it here:
6
// http://www.lastcraft.com/simple_test.php
7
//
8
if (!defined('SIMPLE_TEST')) {
9
    define('SIMPLE_TEST', '../simpletest/');
10
}
11
 
12
require_once(SIMPLE_TEST . 'unit_tester.php');
13
require_once(SIMPLE_TEST . 'reporter.php');
14
require_once(SIMPLE_TEST . 'mock_objects.php');
15
require_once(SIMPLE_TEST . 'web_tester.php');
16
require_once(SIMPLE_TEST . 'reporter.php');
17
?>