gourmet / faker

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

Faker version #2

Closed deizel closed 9 years ago

deizel commented 9 years ago

Not sure if you noticed when doing aab55e754ec355b8cdf7c6bbdeace86893310a73 but Faker v1.4.0 is missing the CakePHP adapters. :umbrella:

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

@deizel thanks for pointing it out! I hadn't. I quickly released something close another issue.

This sucks. Could you submit a PR there if you have time? Otherwise I'll do it when I can later this week.

deizel commented 9 years ago

Could you submit a PR there if you have time?

Looks like there is one already, if this is what you meant: fzaninotto/Faker#463

deizel commented 9 years ago

@jadb FYI, Faker 1.5 is now out. (release notes and blog post) :sunny:

jadb commented 9 years ago

@deizel - mind checking this out? you asked what I would like help with :stuck_out_tongue_winking_eye: