CC-1695 Remove Campcaster Studio and make install easier
Fixed references to files for new directory structure for the backend stuff.
This commit is contained in:
parent
fe724b7814
commit
2ece374513
319 changed files with 75 additions and 357 deletions
25
3rd_party/php/pear/Calendar/tests/calendar_tests.php
vendored
Normal file
25
3rd_party/php/pear/Calendar/tests/calendar_tests.php
vendored
Normal file
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
// $Id: calendar_tests.php 159563 2004-05-24 22:25:43Z quipo $
|
||||
|
||||
require_once('simple_include.php');
|
||||
require_once('calendar_include.php');
|
||||
|
||||
class CalendarTests extends GroupTest {
|
||||
function CalendarTests() {
|
||||
$this->GroupTest('Calendar Tests');
|
||||
$this->addTestFile('calendar_test.php');
|
||||
$this->addTestFile('year_test.php');
|
||||
$this->addTestFile('month_test.php');
|
||||
$this->addTestFile('day_test.php');
|
||||
$this->addTestFile('hour_test.php');
|
||||
$this->addTestFile('minute_test.php');
|
||||
$this->addTestFile('second_test.php');
|
||||
}
|
||||
}
|
||||
|
||||
if (!defined('TEST_RUNNING')) {
|
||||
define('TEST_RUNNING', true);
|
||||
$test = &new CalendarTests();
|
||||
$test->run(new HtmlReporter());
|
||||
}
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue