thephpleague / factory-muffin

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

[3.0] Prevent Adding Definitions That Exist Already #373

Closed GrahamCampbell closed 9 years ago

GrahamCampbell commented 9 years ago

Users should be forced to use the getDefinition method instead of the define method to avoid unexpected behaviour. Thus, the define method must throw an exception if the definition is already defined.

GrahamCampbell commented 9 years ago

Done in #374.