Skip to content

Commit

Permalink
migration to phpunit7 and formatting files
Browse files Browse the repository at this point in the history
  • Loading branch information
beMang committed Jun 19, 2018
1 parent ebeaa58 commit 7db210c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"psr/simple-cache": "^1.0@dev"
},
"suggest": {
"phpunit/phpunit": "^6.5"
"phpunit/phpunit": "^7.2"
},
"autoload": {
"psr-4": {
Expand Down
22 changes: 11 additions & 11 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="utf-8" ?>

<phpunit colors="true">
<testsuite name="database test">
<directory suffic=".php">tests</directory>
</testsuite>
<filter>
<whitelist proceessUncoveredFromWithelist="true">
<directory suffic=".php">src</directory>
</whitelist>
</filter>
<?xml version="1.0" encoding="utf-8" ?>

<phpunit colors="true">
<testsuite name="database test">
<directory suffix=".php">tests</directory>
</testsuite>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 7db210c

Please sign in to comment.