Skip to content

Commit 50b9bbe

Browse files
authored
Merge pull request #392 from chives/dev
Do not silence deprecations in behat tests
2 parents 042a62f + 781f2a8 commit 50b9bbe

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
nohup php -S 0.0.0.0:8080 -t features/fixtures/project/web > features/fixtures/project/var/logs/server.log 2>&1 &
5454
sleep 5
5555
- name: Functional tests
56-
run: php -d error_reporting=6143 vendor/bin/behat --no-snippets --format=progress --profile=actions -vvv
56+
run: vendor/bin/behat --no-snippets --format=progress --profile=actions -vvv
5757
- name: Upload logs
5858
uses: actions/upload-artifact@master
5959
with:

behat.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
default: &default
3-
calls:
4-
error_reporting: 6143 # 'E_ALL & ~E_DEPRECATED & ~E_USER_DEPRECATED'
53
suites:
64
default:
75
contexts:

0 commit comments

Comments
 (0)