Skip to content

Commit d3e17d9

Browse files
author
symfony-flex-server[bot]
authored
Merge pull request #474
2 parents 081bc81 + 248ee42 commit d3e17d9

File tree

9 files changed

+38
-0
lines changed

9 files changed

+38
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
hautelook_alice:
2+
fixtures_path: fixtures
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
imports:
2+
- { resource: ../dev/hautelook_alice.yaml }

hautelook/alice-bundle/2.1/fixtures/.gitignore

Whitespace-only changes.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"aliases": ["alice"],
3+
"bundles": {
4+
"Hautelook\\AliceBundle\\HautelookAliceBundle": ["dev", "test"]
5+
},
6+
"copy-from-recipe": {
7+
"config/": "%CONFIG_DIR%/",
8+
"fixtures/": "fixtures/"
9+
}
10+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<bg=blue;fg=white> </>
2+
<bg=blue;fg=white> How to load fixtures? </>
3+
<bg=blue;fg=white> </>
4+
5+
* <fg=blue>Write</> fixtures files in the <comment>fixtures/</> folder
6+
* <fg=blue>Run</> <comment>php bin/console hautelook:fixtures:load</>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
nelmio_alice:
2+
functions_blacklist:
3+
- 'current'
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
imports:
2+
- { resource: ../dev/nelmio_alice.yaml }

nelmio/alice/3.2/manifest.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle": ["dev", "test"]
4+
},
5+
"copy-from-recipe": {
6+
"config/": "%CONFIG_DIR%/"
7+
}
8+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"bundles": {
3+
"Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle": ["dev", "test"]
4+
}
5+
}

0 commit comments

Comments
 (0)