Skip to content

Commit b83b654

Browse files
author
CI bot
committed
Merge remote-tracking branch 'remotes/dev/4.2' into 4.2
2 parents ff55459 + ebdb8c6 commit b83b654

8 files changed

+766
-627
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"symfony/var-dumper": "4.4.18",
6161
"symfony/var-exporter": "4.4.18",
6262
"symfony/web-profiler-bundle": "4.4.18",
63-
"theofidry/alice-data-fixtures": "1.0.*"
63+
"theofidry/alice-data-fixtures": "~1.4.0"
6464
},
6565
"config": {
6666
"bin-dir": "bin",

config/config_test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ monolog:
2323
type: fingers_crossed
2424
action_level: error
2525
handler: nested
26+
excluded_http_codes: [ 404, 405 ]
27+
channels: [ "!event" ]
2628
nested:
2729
type: stream
2830
path: "%kernel.logs_dir%/%kernel.environment%.log"

config/parameters.yml.dist

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
database_name: '%env(ORO_DB_NAME)%'
66
database_user: '%env(ORO_DB_USER)%'
77
database_password: '%env(ORO_DB_PASSWORD)%'
8+
database_server_version: '%env(ORO_DB_VERSION)%'
89
database_driver_options: []
910

1011
mailer_transport: '%env(ORO_MAILER_DRIVER)%'
@@ -55,6 +56,7 @@ parameters:
5556
env(ORO_DB_NAME): b2b_crm_dev
5657
env(ORO_DB_USER): root
5758
env(ORO_DB_PASSWORD): null
59+
env(ORO_DB_VERSION): null
5860

5961
env(ORO_MAILER_DRIVER): sendmail
6062
env(ORO_MAILER_HOST): 127.0.0.1

config/parameters_test.yml.dist

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ parameters:
55
database_name: '%env(ORO_DB_NAME)%'
66
database_user: '%env(ORO_DB_USER)%'
77
database_password: '%env(ORO_DB_PASSWORD)%'
8+
database_server_version: '%env(ORO_DB_VERSION)%'
89
database_driver_options: []
910

1011
mailer_transport: '%env(ORO_MAILER_DRIVER)%'
@@ -51,6 +52,7 @@ parameters:
5152
env(ORO_DB_NAME): b2b_crm_dev_test
5253
env(ORO_DB_USER): root
5354
env(ORO_DB_PASSWORD): null
55+
env(ORO_DB_VERSION): null
5456

5557
env(ORO_MAILER_DRIVER): smtp
5658
env(ORO_MAILER_HOST): 127.0.0.1

dev.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"behat/mink-selenium2-driver": "~1.4.0",
5252
"behat/symfony2-extension": "~2.1.5",
5353
"nelmio/alice": "~3.8.0",
54-
"theofidry/alice-data-fixtures": "1.0.*",
54+
"theofidry/alice-data-fixtures": "~1.4.0",
5555
"phpunit/phpunit": "~9.5.1",
5656
"johnkary/phpunit-speedtrap": "~3.3.0",
5757
"squizlabs/php_codesniffer": "3.5.*",

0 commit comments

Comments
 (0)