doctrine / data-fixtures

Doctrine2 ORM Data Fixtures Extensions
http://www.doctrine-project.org
MIT License
2.78k stars 223 forks source link

Avoid prophecy #402

Closed greg0ire closed 2 years ago

greg0ire commented 2 years ago

It is no longer bundled by default in PHPUnit, which causes a build failure. Rather than requiring the missing package, migrating to PHPUnit mocks should result in code easier to analyse by SA tools.

Fixes #401