Skip to content

Commit eacdf6c

Browse files
Hide deprecations
1 parent 58cd725 commit eacdf6c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
/nbproject
66
/phpunit.xml
77
/coverage.xml
8+
.phpunit.*

tests/bootstrap.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
use Cake\Core\BasePlugin;
1313
use Cake\Core\Plugin;
1414

15+
error_reporting(E_ALL & ~E_USER_DEPRECATED);
16+
1517
$findRoot = function ($root) {
1618
do {
1719
$lastRoot = $root;

0 commit comments

Comments
 (0)