PHP Classes

File: tests/Parser/SoapClient/SoapClientParser.php

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP SOAP Package Generator   tests/Parser/SoapClient/SoapClientParser.php   Download  
File: tests/Parser/SoapClient/SoapClientParser.php
Role: Unit test script
Content type: text/plain
Description: Unit test script
Class: PHP SOAP Package Generator
Generate package to call SOAP services using WSDL
Author: By
Last change:
Date: 8 years ago
Size: 171 bytes
 

Contents

Class file image Download
<?php

namespace WsdlToPhp\PackageGenerator\Tests\Parser\SoapClient;

use
WsdlToPhp\PackageGenerator\Tests\TestCase;

abstract class
SoapClientParser extends TestCase
{
}