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

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

1.4.0a-betaのマージ

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.