Skip to content

Instantly share code, notes, and snippets.

@TakayoshiMiyamoto
Created February 16, 2016 14:51
Show Gist options
  • Save TakayoshiMiyamoto/70988f326c6989ef0862 to your computer and use it in GitHub Desktop.
Save TakayoshiMiyamoto/70988f326c6989ef0862 to your computer and use it in GitHub Desktop.
PHPUnit Exception: Serialization of Closure is not allowed
# --no-globals-backup: Do not backup and restore $GLOBALS for each test.
# Options link: https://phpunit.de/manual/current/en/textui.html#textui.clioptions
$ phpunit --no-globals-backup test_script.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment