Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 244 Bytes

UPGRADE.md

File metadata and controls

6 lines (4 loc) · 244 Bytes

Breaking changes between Alice 1.x and 2.0

In php fixtures, and nested faker blocks in yml fixtures, using $this->fake() or $loader->fake() is no longer supported.

A closure is provided so you can now use the shorter $fake() instead.