Laravel-Testing-Decoded icon indicating copy to clipboard operation
Laravel-Testing-Decoded copied to clipboard

Pg. 110-113, Generator is an internal class as of PHP 5.5

Open bradJM opened this issue 11 years ago • 1 comments

Minor issue with the Generator class in chapter 8, pages 110-113. Generator is an internal class as of PHP5.5. Running the GeneratorTest results in:

  1. GeneratorTest::testItWorks The "Generator" class is reserved for internal use and cannot be manually instantiated

Not a huge deal (I just changed it to MyGenerator and kept going), but it could trip someone up if they weren't aware.

bradJM avatar Nov 10 '13 22:11 bradJM

Same issue here

simplenotezy avatar Dec 16 '14 18:12 simplenotezy