We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cd725 commit eacdf6cCopy full SHA for eacdf6c
.gitignore
@@ -5,3 +5,4 @@
5
/nbproject
6
/phpunit.xml
7
/coverage.xml
8
+.phpunit.*
tests/bootstrap.php
@@ -12,6 +12,8 @@
12
use Cake\Core\BasePlugin;
13
use Cake\Core\Plugin;
14
15
+error_reporting(E_ALL & ~E_USER_DEPRECATED);
16
+
17
$findRoot = function ($root) {
18
do {
19
$lastRoot = $root;
0 commit comments