source: branches/version-2_5-dev/data/module/Calendar/tests/simple_include.php @ 20119

Revision 20119, 298 bytes checked in by nanasess, 13 years ago (diff)

module 以下は svn:keywords を除外

  • Property svn:eol-style set to LF
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
Line 
1<?php
2// $Id: simple_include.php,v 1.1 2004/05/24 22:25:43 quipo Exp $
3if (!defined('SIMPLE_TEST')) {
4    define('SIMPLE_TEST', '../../../simpletest/');
5}
6
7require_once(SIMPLE_TEST . 'unit_tester.php');
8require_once(SIMPLE_TEST . 'reporter.php');
9require_once(SIMPLE_TEST . 'mock_objects.php');
10?>
Note: See TracBrowser for help on using the repository browser.