thephpleague / factory-muffin

Enables the rapid creation of objects for testing
https://factory-muffin.thephpleague.com/
MIT License
531 stars 72 forks source link

These properties should be private #341

Closed GrahamCampbell closed 9 years ago

GrahamCampbell commented 9 years ago

These had the wrong visibility after I refactored the generators. What is now the "GeneratorFactory" used to be a base generator class the others extended.