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 c4f8133 commit 8cf24cfCopy full SHA for 8cf24cf
3 files changed
src/Framework/Dumper.php
@@ -14,8 +14,11 @@
14
class Dumper
15
{
16
public static $maxLength = 70;
17
+
18
public static $maxDepth = 10;
19
20
public static $dumpDir = 'output';
21
22
public static $maxPathSegments = 3;
23
24
src/Runner/Test.php
@@ -19,7 +19,6 @@ class Test
PASSED = 2,
SKIPPED = 3;
-
/** @var string|null */
public $title;
25
tests/Framework/Dumper.toPhp.phpt
@@ -9,7 +9,9 @@ require __DIR__ . '/../bootstrap.php';
9
class Test
10
11
public $x = [10, null];
12
13
protected $y = 'hello';
private $z = 30.0;
}
0 commit comments