PHP Class WsdlToPhp\PackageGenerator\Tests\Generator\GeneratorTest

Show file Open project: wsdltophp/packagegenerator

Public Methods

Method Description
localInstance ( ) : Generator
testExceptionOnInvalidComposerName ( )
testExceptionOnInvalidDestination ( )
testExceptionOntInitDirectory ( )
testGenerateBing ( )
testGenerateMyBoard ( )
testGenerateOdigeo ( )
testGeneratePartner ( )
testGenerateReforma ( )
testGetEmptySoapClientStreamContextOptions ( )
testGetOptionAddComments ( )
testGetOptionBasicLogin ( )
testGetOptionBasicPassword ( )
testGetOptionCategory ( )
testGetOptionDestination ( )
testGetOptionGatherMethods ( )
testGetOptionGenerateTutorialFile ( )
testGetOptionGenericConstantsNames ( )
testGetOptionNamespacePrefix ( )
testGetOptionOrigin ( )
testGetOptionPrefix ( )
testGetOptionProxyHost ( )
testGetOptionProxyLogin ( )
testGetOptionProxyPassword ( )
testGetOptionProxyPort ( )
testGetOptionSoapClientClass ( )
testGetOptionSoapOptions ( )
testGetOptionStandalone ( )
testGetOptionStructArrayClass ( )
testGetOptionStructClass ( )
testGetOptionSuffix ( )
testGetOptionValidation ( )
testGetSoapClientStreamContextOptions ( )
testGetUrlContent ( )
testSetArraysFolder ( )
testSetEnumsFolder ( )
testSetOptionAddComments ( )
testSetOptionBasicLogin ( )
testSetOptionBasicPassword ( )
testSetOptionCategory ( )
testSetOptionComposerName ( )
testSetOptionDestination ( )
testSetOptionGatherMethods ( )
testSetOptionGenerateTutorialFile ( )
testSetOptionGenericConstantsNames ( )
testSetOptionNamespacePrefix ( )
testSetOptionOrigin ( )
testSetOptionPrefix ( )
testSetOptionProxyHost ( )
testSetOptionProxyLogin ( )
testSetOptionProxyPassword ( )
testSetOptionProxyPort ( )
testSetOptionSoapClientClass ( )
testSetOptionSoapOptions ( )
testSetOptionStandalone ( )
testSetOptionStructArrayClass ( )
testSetOptionStructClass ( )
testSetOptionSuffix ( )
testSetOptionValidation ( )
testSetPackageName ( )
testSetPackageNameUcFirst ( )
testSetServicesFolder ( )
testSetStructsFolder ( )

Private Methods

Method Description
generate ( string $dir, string $wsdl, $standalone = true )

Method Details

localInstance() public static method

public static localInstance ( ) : Generator
return WsdlToPhp\PackageGenerator\Generator\Generator

testExceptionOnInvalidComposerName() public method

testExceptionOnInvalidDestination() public method

testExceptionOntInitDirectory() public method

testGenerateBing() public method

public testGenerateBing ( )

testGenerateMyBoard() public method

public testGenerateMyBoard ( )

testGenerateOdigeo() public method

public testGenerateOdigeo ( )

testGeneratePartner() public method

public testGeneratePartner ( )

testGenerateReforma() public method

public testGenerateReforma ( )

testGetEmptySoapClientStreamContextOptions() public method

testGetOptionAddComments() public method

testGetOptionBasicLogin() public method

testGetOptionBasicPassword() public method

testGetOptionCategory() public method

testGetOptionDestination() public method

testGetOptionGatherMethods() public method

testGetOptionGenerateTutorialFile() public method

testGetOptionGenericConstantsNames() public method

testGetOptionNamespacePrefix() public method

testGetOptionOrigin() public method

public testGetOptionOrigin ( )

testGetOptionPrefix() public method

public testGetOptionPrefix ( )

testGetOptionProxyHost() public method

testGetOptionProxyLogin() public method

testGetOptionProxyPassword() public method

testGetOptionProxyPort() public method

testGetOptionSoapClientClass() public method

testGetOptionSoapOptions() public method

testGetOptionStandalone() public method

testGetOptionStructArrayClass() public method

testGetOptionStructClass() public method

testGetOptionSuffix() public method

public testGetOptionSuffix ( )

testGetOptionValidation() public method

testGetSoapClientStreamContextOptions() public method

testGetUrlContent() public method

public testGetUrlContent ( )

testSetArraysFolder() public method

public testSetArraysFolder ( )

testSetEnumsFolder() public method

public testSetEnumsFolder ( )

testSetOptionAddComments() public method

testSetOptionBasicLogin() public method

testSetOptionBasicPassword() public method

testSetOptionCategory() public method

testSetOptionComposerName() public method

testSetOptionDestination() public method

testSetOptionGatherMethods() public method

testSetOptionGenerateTutorialFile() public method

testSetOptionGenericConstantsNames() public method

testSetOptionNamespacePrefix() public method

testSetOptionOrigin() public method

public testSetOptionOrigin ( )

testSetOptionPrefix() public method

public testSetOptionPrefix ( )

testSetOptionProxyHost() public method

testSetOptionProxyLogin() public method

testSetOptionProxyPassword() public method

testSetOptionProxyPort() public method

testSetOptionSoapClientClass() public method

testSetOptionSoapOptions() public method

testSetOptionStandalone() public method

testSetOptionStructArrayClass() public method

testSetOptionStructClass() public method

testSetOptionSuffix() public method

public testSetOptionSuffix ( )

testSetOptionValidation() public method

testSetPackageName() public method

public testSetPackageName ( )

testSetPackageNameUcFirst() public method

testSetServicesFolder() public method

testSetStructsFolder() public method