lchrusciel / ApiTestCase

Handy PHPUnit test case for testing JSON APIs in your Symfony applications.
MIT License
410 stars 35 forks source link

Use PHP7.1 features #121

Closed Zales0123 closed 4 years ago

Zales0123 commented 6 years ago

As library supports only PHP7.1 and higher (https://github.com/Lakion/ApiTestCase/blob/master/composer.json#L27), it would be nice to use PHP7.1 features, like return types, scalar type hints etc.

lchrusciel commented 4 years ago

Mostly done I suppose