WsdlToPhp / PackageGenerator

Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP
https://providr.io
MIT License
418 stars 73 forks source link

#280: workaround wrong order of optional/nullable parameters #294

Open superbiche opened 1 year ago

superbiche commented 1 year ago

Fixes https://github.com/WsdlToPhp/PackageGenerator/issues/280

mikaelcom commented 11 months ago

@superbiche You need to update the genereted files used for tests. The simpliest way is to:

  1. uncomment line https://github.com/WsdlToPhp/PackageGenerator/blob/develop/tests/File/AbstractFile.php#L56
  2. launch locally phpunit on tests/File/StructTest.php
  3. comment back line https://github.com/WsdlToPhp/PackageGenerator/blob/develop/tests/File/AbstractFile.php#L56
  4. commit and push the updated files

Thx