| Revision 15116,
368 bytes
checked in by nanasess, 19 years ago
(diff) |
|
svn properties 修正
|
-
Property svn:keywords set to
Id Revision Date
-
Property svn:mime-type set to
application/x-httpd-php; charset=UTF-8
|
| 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 |
|---|
| 10 | require_once("../html/require.php"); |
|---|
| 11 | require_once("class/page/LC_Page_Test.php"); |
|---|
| 12 | require_once("PHPUnit.php"); |
|---|
| 13 | |
|---|
| 14 | $suite = new PHPUnit_TestSuite("LC_Page_Test"); |
|---|
| 15 | $result = PHPUnit::run($suite); |
|---|
| 16 | |
|---|
| 17 | print $result->toString(); |
|---|
| 18 | ?> |
|---|
Note: See
TracBrowser
for help on using the repository browser.