wsdl2phpgenerator / wsdl2phpgenerator-cli

wsdl2phpgenerator command line application *work-in-progress*
MIT License
68 stars 22 forks source link

remove library files, adjust composer.json #1

Closed vakopian closed 10 years ago

kasperg commented 10 years ago

Well done, @vakopian.

A few changes and this should be good to merge.

The README will need some updating but I will take care of that after merging.

kasperg commented 10 years ago

Sorry. I was a little too quick to respond there.

The Travis build now fails due to a missing bootstrap.php referenced in phpunit.xml.dist. The file may no longer be needed so try removing the reference from the file and run the tests locally.

We no longer need PHPVCR in the project. You can remove the listener from phpunit.xml.dist and composer.json.

Extra points for removing the lib whilelist in phpunit.xml.dist. You already caught it in composer.json.

kasperg commented 10 years ago

This has been squashed, fixed and merged. Thanks @vakopian!