WsdlToPhp / PackageGenerator

Generates a PHP SDK based on a WSDL, simple and powerful, WSDL to PHP
https://providr.io
MIT License
428 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 1 year 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

superbiche commented 1 month ago

Done (sorry for the time warp). Anything else to do ?

superbiche commented 1 month ago

Rebased onto develop