Skip to content
This repository was archived by the owner on Jul 12, 2020. It is now read-only.

Commit 94aeed9

Browse files
committed
Set error_reporting level for tests to -1
1 parent bb0a8a4 commit 94aeed9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1212
### Changed
1313

1414
* PHP CS Fixer: Replaced rule set PHP56Migration with PHP70Migration and PHP70Migration:risky
15+
* Set error_reporting level for tests to -1
1516
* Updated Travis CI configuration for PHP 5.6 (end of life), PHP 7.0 (end of life), PHP 7.3 (new default) and HHVM (no longer supports PHP)
1617
* Updated Travis CI configuration to use new Coveralls Composer package and version (2.1)
1718
* Upgraded to PHPUnit 6.2+

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit bootstrap="vendor/autoload.php" colors="true">
4+
<php>
5+
<ini name="error_reporting" value="-1" />
6+
</php>
7+
48
<testsuites>
59
<testsuite name="PcdxParameterEncryptionBundle test suite">
610
<directory suffix="Test.php">./Tests</directory>

0 commit comments

Comments
 (0)