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

Revision 20116, 241 bytes checked in by nanasess, 16 years ago (diff)
  • svn properties を再設定
  • 再設定用のスクリプト追加
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
  • Property svn:mime-type set to text/x-httpd-php; charset=UTF-8
Line 
1<?php
2// $Id$
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.