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 402b739 commit 8fbddc3Copy full SHA for 8fbddc3
Tests/Functional/ProfilerTest.php
@@ -24,16 +24,16 @@ public function testProfilerIsDisabled($insulate)
24
}
25
26
$client->request('GET', '/profiler');
27
- $this->assertFalse($client->getProfile());
+ $this->assertNull($client->getProfile());
28
29
// enable the profiler for the next request
30
$client->enableProfiler();
31
32
33
$this->assertIsObject($client->getProfile());
34
35
36
37
38
39
public function getConfigs()
0 commit comments