PHP Classes

File: tests/Container/FalseObjectTest.php

Recommend this page to a friend!
  Classes of WsdlToPhp   PHP SOAP Package Generator   tests/Container/FalseObjectTest.php   Download  
File: tests/Container/FalseObjectTest.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: 154 bytes
 

Contents

Class file image Download
<?php

namespace WsdlToPhp\PackageGenerator\Tests\Container;

class
FalseObjectTest
{
    public function
getName()
    {
        return array();
    }
}