File tree 4 files changed +19
-17
lines changed
4 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -43,4 +43,4 @@ swiftmailer:
43
43
# delivery_address: me@example.com
44
44
spool :
45
45
type : file
46
- path : " %kernel.root_dir%/spool"
46
+ path : " %kernel.root_dir%/../var/ spool"
Original file line number Diff line number Diff line change @@ -58,6 +58,4 @@ monolog:
58
58
59
59
swiftmailer :
60
60
spool :
61
- type : memory
62
- # type: file
63
- # path: "%kernel.root_dir%/spool"
61
+ type : memory
Original file line number Diff line number Diff line change 42
42
/app/config/*_test.yml.dist
43
43
/app/config/parameters.yml
44
44
/app/bootstrap.php.cache
45
- /app/phpunit.xml.dist
46
- /app/phpunit.xml
47
- /app/phpmd.xml
48
- /app/spool
49
45
/app/rsync_exclude.txt
50
46
51
47
81
77
/features/*
82
78
/tmp/*.txt
83
79
84
- ###Docs
85
- /README.md
86
- /LICENSE
87
-
88
80
###Tests
89
81
/build.xml
90
82
behat.*
91
83
92
84
###Auth
93
- auth.json
85
+ auth.json
86
+
87
+ ###Mangopay
88
+ /tmp/mangopay/*.php
89
+ /tmp/mangopay/.gitkeep
90
+
91
+ #Doc
92
+ /doc/phpdocs/sami.phar
93
+
94
+ /var
95
+ /var/phpunit.xml.dist
96
+ /var/phpunit.xml
97
+ /var/phpmd.xml
Original file line number Diff line number Diff line change 13
13
fi
14
14
15
15
# "${PHP_ARG}" app/console doctrine:database:drop --force "${ENV_ARG}"
16
- " ${PHP_ARG} " app /console doctrine:database:create --if-not-exists " ${ENV_ARG} "
17
- " ${PHP_ARG} " app /console doctrine:schema:update --force " ${ENV_ARG} "
18
- " ${PHP_ARG} " app /console doctrine:fixtures:load " ${ENV_ARG} "
19
- " ${PHP_ARG} " app /console cocorico:currency:update " ${ENV_ARG} "
16
+ " ${PHP_ARG} " bin /console doctrine:database:create --if-not-exists " ${ENV_ARG} "
17
+ " ${PHP_ARG} " bin /console doctrine:schema:update --force " ${ENV_ARG} "
18
+ " ${PHP_ARG} " bin /console doctrine:fixtures:load " ${ENV_ARG} "
19
+ " ${PHP_ARG} " bin /console cocorico:currency:update " ${ENV_ARG} "
You can’t perform that action at this time.
0 commit comments