Skip to content
This repository has been archived by the owner on Sep 25, 2022. It is now read-only.

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry committed Sep 6, 2015
1 parent d4fc1eb commit 4cff348
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ default:
default:
contexts:
- Fidry\AliceFixturesExtension\Context\AliceContext:
kernel: @kernel
finder: @hautelook_alice.finder
loader: @hautelook_alice.fixtures.loader
persister: @doctrine.orm.entity_manager
basePath: %paths.base%/features/fixtures
kernel: @kernel
fixturesFinder: @hautelook_alice.doctrine.orm.fixtures_finder
loader: @hautelook_alice.fixtures.loader
persister: @doctrine.orm.entity_manager
basePath: %paths.base%/test/Features/fixtures
# ...
extensions:
Fidry\AliceFixturesExtension\Extension: ~
Expand All @@ -55,6 +55,7 @@ Then simply load your fixtures with the following step:
```gherkin
Given the fixtures "user.yml" are loaded
Given the fixtures "user.yml" are loaded with the persister "doctrine.orm.entity_manager"
```


Expand Down

0 comments on commit 4cff348

Please sign in to comment.