Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<?php
|
|
|
2 |
set_include_path(dirname(dirname(__FILE__)) . ':' . get_include_path());
|
|
|
3 |
require_once 'phpt_test.php.inc';
|
|
|
4 |
require_once 'Config.php';
|
|
|
5 |
$config = new Config;
|
|
|
6 |
$phpt = new PEAR_PHPTest(true);
|
|
|
7 |
// install Text_Diff for spectacular results...
|
|
|
8 |
?>
|