Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/* vim: set expandtab tabstop=4 shiftwidth=4: */
3
// +----------------------------------------------------------------------+
4
// | PHP version 4                                                        |
5
// +----------------------------------------------------------------------+
6
// | Copyright (c) 1997-2005  Marshall Roch                               |
7
// +----------------------------------------------------------------------+
8
// | This source file is subject to the New BSD license, That is bundled  |
9
// | with this package in the file LICENSE, and is available through      |
10
// | the world-wide-web at                                                |
11
// | http://www.opensource.org/licenses/bsd-license.php                   |
12
// | If you did not receive a copy of the new BSDlicense and are unable   |
13
// | to obtain it through the world-wide-web, please send a note to       |
14
// | pear-dev@lists.php.net so we can mail you a copy immediately.        |
15
// +----------------------------------------------------------------------+
16
// | Authors: Marshall Roch <mroch@php.net>                               |
17
// +----------------------------------------------------------------------+
18
//
19
// $Id: testunit.php,v 1.2 2005/11/15 00:16:40 pajoye Exp $
20
 
21
/**
22
 * Displays all test cases on the same page
23
 *
24
 * @package Date
25
 * @author Marshall Roch <mroch@php.net>
26
 */
27
 
28
 
29
echo "<pre>";
30
require_once 'PHPUnit.php';
31
require_once 'testunit_date.php';
32
require_once 'testunit_date_span.php';
33
echo "</pre>";
34
?>