Skip to content

Commit

Permalink
change: test: TravisからPHP5.6を削除,php72以降でUnitTestでWarningが出るため修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Aug 1, 2020
1 parent f9b81b0 commit b92d616
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- 5.6
- 7.0
- 7.1
- 7.2
Expand Down
6 changes: 6 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendors/autoload.php">
<php>
<ini name="memory_limit" value="-1"/>
</php>
<php>
<ini name="error_reporting" value="0"/>
</php>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".ctp">app/Plugin/CommunitySpace</directory>
Expand Down

0 comments on commit b92d616

Please sign in to comment.