Skip to content

Commit

Permalink
Fixed scrutinizer config
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelgfeller committed Apr 24, 2024
1 parent 645fbb9 commit 4950266
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ build:
before:
- composer self-update
- mysql -uroot -e "CREATE DATABASE IF NOT EXISTS slim_starter_test CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;"
tests:
before:
- command: composer test:coverage
coverage:
file: 'build/logs/clover.xml'
format: 'clover'
tests:
before:
- command: composer test:coverage
coverage:
file: 'build/logs/clover.xml'
format: 'clover'
1 change: 0 additions & 1 deletion config/env/env.dev.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php
/**
* Development specific configuration values.
* Configuration documentation: https://github.com/samuelgfeller/slim-example-project/wiki/Configuration.
*
* Every key must be set by its own to not overwrite the entire array.
* Correct: $settings['db]['key'] = 'val'; $settings['db]['nextKey'] = 'nextVal';
Expand Down
1 change: 1 addition & 0 deletions config/env/env.example.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<?php
/**
* Secret environment specific configuration values.
* Configuration documentation: https://github.com/samuelgfeller/slim-example-project/wiki/Configuration.
*
* Make sure this env.php file is added to .gitignore and ideally place it outside
* the project root directory.
Expand Down

0 comments on commit 4950266

Please sign in to comment.