tebru / gson-php

Gson implemented in PHP
Other
151 stars 18 forks source link

Support PHP 8.0 and phpDocumentor/ReflectionDocBlock 5.0 #55

Closed mattjanssen closed 3 years ago

mattjanssen commented 3 years ago

Closes https://github.com/tebru/gson-php/issues/56

mattjanssen commented 3 years ago

@natebrunette Should I update the tests to use a different way to looking at private properties? If the goal is to verify the structure of generated files, maybe we could use reflection and assert on that.

assertAttributeSame() is deprecated and will be removed in PHPUnit 9.
readAttribute() is deprecated and will be removed in PHPUnit 9.
getObjectAttribute() is deprecated and will be removed in PHPUnit 9.
assertAttributeInstanceOf() is deprecated and will be removed in PHPUnit 9.