We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34f820b commit 5a2836aCopy full SHA for 5a2836a
1 file changed
tests/TidewaysXHProfTest.php
@@ -18,7 +18,7 @@ public function setUp()
18
public function testDefaults()
19
{
20
$data = $this->runProfiler();
21
- $this->assertCount(3, $data);
+ $this->assertCount(2, $data);
22
}
23
24
public function testCpuFlags()
@@ -27,7 +27,7 @@ public function testCpuFlags()
27
ProfilingFlags::CPU,
28
);
29
$data = $this->runProfiler($flags);
30
31
$main = $data['main()'];
32
$this->assertArrayHasKey('cpu', $main);
33
@@ -39,7 +39,7 @@ public function testCpuMemoryFlags()
39
ProfilingFlags::MEMORY,
40
41
42
43
44
45
0 commit comments