Skip to content

Commit

Permalink
scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
hparadiz committed Jun 28, 2023
1 parent c564152 commit 335f0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ build:
tests:
override:
- command: ./vendor/bin/phpunit --coverage-clover=build/coverage/clover.xml # Or "./vendor/bin/phpunit --coverage-clover=build/coverage/clover.xml"
idle_timeout: 300
coverage:
file: 'build/coverage/clover.xml'
format: 'php-clover'
Expand Down
2 changes: 1 addition & 1 deletion config/db.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*
*/
'tests-mysql' => [
'host' => 'localhost',
'host' => '127.0.0.1',
'database' => 'test',
'username' => 'root',
'password' => '',
Expand Down

0 comments on commit 335f0b9

Please sign in to comment.