Skip to content
This repository has been archived by the owner on Feb 13, 2020. It is now read-only.

No Faker support #25

Open
hkdobrev opened this issue May 27, 2017 · 0 comments
Open

No Faker support #25

hkdobrev opened this issue May 27, 2017 · 0 comments

Comments

@hkdobrev
Copy link

The readme states the project supports generating fixtures in the features through Faker library:

NOTE: Both DoctrineOrmContext and PDOContext support the use of fakers in your fixtures (see https://github.com/fzaninotto/Faker), like so:

Scenario: Login with a valid email/password combination
  Given the following users exist:
    | email     | password | confirmed | first_name    | last_name    |
    | <email()> | 1234     | 1         | <firstName()> | <lastName()> |
  # ...

However, I think support for that was removed in 9085b02.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant