clemens-tolboom / uml-generator-php

http://clemens-tolboom.github.io/uml-generator-php/
MIT License
44 stars 5 forks source link

PHP 7 support #69

Closed GwendolenLynch closed 8 years ago

GwendolenLynch commented 8 years ago

Parser changes based on Nikita's documentation

clemens-tolboom commented 8 years ago

I added fetch = +refs/pull/*/head:refs/remotes/origin/pr/* to .git/config to test this PR for BC on my old PHP 5.6.18

Running tests vendor/phpunit/phpunit/phpunit.php gives

Undefined index: base /private/tmp/uml-generator-php/src/OopFilter.php:307

I need to dive into this again and try to fix travis too. Sorry for the delay.

GwendolenLynch commented 8 years ago

Zero stress mate. Travis fixes have been my afternoon today too :smile:

clemens-tolboom commented 8 years ago

Running tests on the 'old' version gives same error so this PR is good to go :-)

@GawainLynch thanks!

clemens-tolboom commented 8 years ago

https://travis-ci.org/clemens-tolboom/uml-generator-php/builds/164987980