- SOAP interface for PHP
git-svn-id: file:///home/www/usr01/svn/gnuviechadmin/gnuviech.info/gnuviechadmin/trunk@165 a67ec6bc-e5d5-0310-a910-815c51eb3124
This commit is contained in:
parent
e1b3542a2a
commit
d4f8dedfca
5 changed files with 107 additions and 3 deletions
14
php/runtests.php
Normal file
14
php/runtests.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
/**
|
||||
* Test runner.
|
||||
* @author Jan Dittberner <jan@dittberner.info>
|
||||
* @version $Id$
|
||||
*/
|
||||
require_once('TestSOAPRequester.php');
|
||||
require_once('PHPUnit.php');
|
||||
|
||||
$suite = new PHPUnit_TestSuite('TestSOAPRequester');
|
||||
$result = PHPUnit::run($suite);
|
||||
|
||||
printf($result->toHTML());
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue