Closed yukihiko-shinoda closed 4 years ago
Fix PHP testVersion from 5.4 to 5.6
Fix comment
Remove anonymous function Since PHP cannot serialize anonymous functions.
@see https://core.trac.wordpress.org/ticket/50482 @see https://github.com/sebastianbergmann/phpunit/issues/2739
Add annotation to disable preserve global state This is temporary avoidance measure. Since WordPress 5.5 cause Uncaught Exception: Serialization of 'Closure' is not allowed when run PHPUnit in plugin development.
@see https://core.trac.wordpress.org/ticket/50482#comment:7
Add IDE settings into .gitignore entry
Fix PHP testVersion from 5.4 to 5.6
Fix comment
Remove anonymous function Since PHP cannot serialize anonymous functions.
@see https://core.trac.wordpress.org/ticket/50482 @see https://github.com/sebastianbergmann/phpunit/issues/2739
Add annotation to disable preserve global state This is temporary avoidance measure. Since WordPress 5.5 cause Uncaught Exception: Serialization of 'Closure' is not allowed when run PHPUnit in plugin development.
@see https://core.trac.wordpress.org/ticket/50482#comment:7
Add IDE settings into .gitignore entry