adding zend project folders into old campcaster.
This commit is contained in:
parent
56abfaf28e
commit
7ef0c18b26
4045 changed files with 1054952 additions and 0 deletions
20
library/pear/Calendar/tests/util_tests.php
Normal file
20
library/pear/Calendar/tests/util_tests.php
Normal file
|
@ -0,0 +1,20 @@
|
|||
<?php
|
||||
// $Id: util_tests.php 166503 2004-08-16 12:56:10Z hfuecks $
|
||||
|
||||
require_once('simple_include.php');
|
||||
require_once('calendar_include.php');
|
||||
|
||||
class UtilTests extends GroupTest {
|
||||
function UtilTests() {
|
||||
$this->GroupTest('Util Tests');
|
||||
$this->addTestFile('util_uri_test.php');
|
||||
$this->addTestFile('util_textual_test.php');
|
||||
}
|
||||
}
|
||||
|
||||
if (!defined('TEST_RUNNING')) {
|
||||
define('TEST_RUNNING', true);
|
||||
$test = &new UtilTests();
|
||||
$test->run(new HtmlReporter());
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue