php-pm / php-pm-httpkernel

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM
MIT License
246 stars 72 forks source link

Add test infrastructure and symfony basic test #129

Closed dnna closed 6 years ago

dnna commented 6 years ago

This is fairly ready. It should close https://github.com/php-pm/php-pm-httpkernel/issues/128 except for the Laravel passport part. Someone more expert with Laravel should work with that :)

andig commented 6 years ago

Someone more expert with Laravel should work with that :)

No need for that except for an entire Laravel testsuite. The JSON case you've implemented should already have caught https://github.com/php-pm/php-pm-httpkernel/issues/123 if it had been in place then.

Much appreciate, thank you!!!