Skip to content

Commit

Permalink
Removed PHP DEPRECATED skip in phpunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Oct 17, 2022
1 parent 2f088b7 commit 70a1e4d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions phpunit-integration-cloud-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
</include>
</coverage>
<php>
<!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->
<ini name="error_reporting" value="16383"/>
<ini name="memory_limit" value="-1"/>
</php>
<testsuites>
Expand Down
2 changes: 0 additions & 2 deletions phpunit-integration-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
</include>
</coverage>
<php>
<!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->
<ini name="error_reporting" value="16383"/>
<ini name="memory_limit" value="-1"/>
</php>
<testsuites>
Expand Down
2 changes: 0 additions & 2 deletions phpunit-yaml-free-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
</include>
</coverage>
<php>
<!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->
<ini name="error_reporting" value="16383"/>
<ini name="memory_limit" value="-1"/>
</php>
<testsuites>
Expand Down
2 changes: 0 additions & 2 deletions phpunit-yaml-platinum-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
</include>
</coverage>
<php>
<!-- Disable E_USER_DEPRECATED setting E_ALL & ~E_USER_DEPRECATED-->
<ini name="error_reporting" value="16383"/>
<ini name="memory_limit" value="-1"/>
</php>
<testsuites>
Expand Down

0 comments on commit 70a1e4d

Please sign in to comment.