Skip to content

Instantly share code, notes, and snippets.

@kelunik
Created April 27, 2017 19:25
Show Gist options
  • Save kelunik/bd5af7dd75f658a1d08239178d810c56 to your computer and use it in GitHub Desktop.
Save kelunik/bd5af7dd75f658a1d08239178d810c56 to your computer and use it in GitHub Desktop.
└[8869] $ phpdbg -qrr vendor/bin/phpunit --coverage-text --process-isolation
PHPUnit 6.1.1 by Sebastian Bergmann and contributors.
............................................................... 63 / 653 ( 9%)
............................................................... 126 / 653 ( 19%)
...
[Uncaught Exception in /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/Framework/TestCase.php on line 809]
Exception: Serialization of 'Closure' is not allowed in /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/Framework/TestCase.php:809
Stack trace:
#0 /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/Framework/TestCase.php(809): serialize(Array)
#1 /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/Framework/TestSuite.php(733): PHPUnit\Framework\TestCase->run(Object(PHPUnit\Framework\TestResult))
#2 /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/Framework/TestSuite.php(733): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
#3 /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/Framework/TestSuite.php(733): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
#4 /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/TextUI/TestRunner.php(526): PHPUnit\Framework\TestSuite->run(Object(PHPUnit\Framework\TestResult))
#5 /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/TextUI/Command.php(209): PHPUnit\TextUI\TestRunner->doRun(Object(PHPUnit\Framework\TestSuite), Array, true)
#6 /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/TextUI/Command.php(140): PHPUnit\TextUI\Command->run(Array, true)
#7 /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/phpunit(53): PHPUnit\TextUI\Command::main()
#8 {main}
┌[kelunik@kelunik] - [~/GitHub/amphp/amp] - [21:25:06] - [master]
└[8870] $ phpdbg -qrr vendor/bin/phpunit --coverage-text --process-isolation --debug
PHPUnit 6.1.1 by Sebastian Bergmann and contributors.
[PHP Fatal error: Allowed memory size of 1073741824 bytes exhausted (tried to allocate 560336616898592 bytes) in /home/kelunik/GitHub/amphp/amp/vendor/phpunit/phpunit/src/Util/GlobalState.php on line 166]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment