gourmet / faker

CakePHP 3 plugin to support Faker's data generation/seeding in fixtures, migrations, etc.
MIT License
18 stars 3 forks source link

Bump faker version #3

Closed deizel closed 9 years ago

deizel commented 9 years ago

Faker v1.5 includes the Faker\ORM\CakePHP\EntityPopulator class, so we no longer get the following error when extending Gourmet\Faker\TestSuite\Fixture\TestFixture that occurred with Faker v1.4:

PHP Fatal error:  Class 'Faker\ORM\CakePHP\EntityPopulator' not found in /vagrant/vendor/gourmet/faker/src/TestSuite/Fixture/TestFixture.php on line 64

Quickly verified the error is gone by running a fixture like this: https://github.com/gourmet/faker#fixture

Fixes #2

davidyell commented 9 years ago

Yep, this needs to happen @jadb