source: branches/beta/html/test/adachi/PLLagger/Lib/XML/Feed/tests/convertedtests/http.php @ 15120

Revision 15120, 239 bytes checked in by adati, 17 years ago (diff)

1.4.2betaのマージ

Line 
1<?php
2
3require_once 'XML_Feed_Parser_TestCase.php';
4
5class http_TestCase extends XML_Feed_Parser_Converted_TestCase {
6}
7
8$suite = new PHPUnit_TestSuite('http_TestCase');
9$result = PHPUnit::run($suite, '123');
10echo $result->toString();
11
12?>
Note: See TracBrowser for help on using the repository browser.