source: branches/feature-module-update/test/TestSuite.php @ 15114

Revision 15114, 368 bytes checked in by nanasess, 17 years ago (diff)

新規追加

  • Property charset set to UTF-8'
  • Property svn:keywords set to Id Revision Date
  • Property svn:mime-type set to 'application/x-httpd-php
Line 
1#!/usr/local/bin/php
2<?php
3/*
4 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
5 *
6 * http://www.lockon.co.jp/
7 */
8
9// {{{ requires
10require_once("../html/require.php");
11require_once("class/page/LC_Page_Test.php");
12require_once("PHPUnit.php");
13
14$suite = new PHPUnit_TestSuite("LC_Page_Test");
15$result = PHPUnit::run($suite);
16
17print $result->toString();
18?>
Note: See TracBrowser for help on using the repository browser.