Skip to content

Commit 587cbd3

Browse files
committed
Restore Scrutinizer db setup
1 parent bba1a08 commit 587cbd3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.scrutinizer.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ build:
2525
- php-scrutinizer-run
2626

2727
tests-and-coverage:
28+
environment:
29+
mysql: 5.7
30+
31+
project_setup:
32+
before:
33+
- mysql -e "CREATE DATABASE testing"
34+
2835
tests:
2936
override:
3037
-

0 commit comments

Comments
 (0)