PHP Class Goetas\Xsd\XsdToPhp\Tests\JmsSerializer\OTA\AnyTypePHPConversionTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: goetas/xsd2php

Public Methods

Method Description
testSimpleAnyTypePHP ( )
testSimpleAnyTypeYaml ( )

Protected Methods

Method Description
getPhpClasses ( mixed $xml, array $types = [] ) : ClassGenerator[]
getYamlFiles ( mixed $xml, array $types = [] ) : array[]

Method Details

getPhpClasses() protected method

protected getPhpClasses ( mixed $xml, array $types = [] ) : ClassGenerator[]
$xml mixed
$types array
return Zend\Code\Generator\ClassGenerator[]

getYamlFiles() protected method

protected getYamlFiles ( mixed $xml, array $types = [] ) : array[]
$xml mixed
$types array
return array[]

testSimpleAnyTypePHP() public method

testSimpleAnyTypeYaml() public method