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 0430e78 commit 3a2afe3Copy full SHA for 3a2afe3
Tests/Functional/ProfilerTest.php
@@ -30,7 +30,7 @@ public function testProfilerIsDisabled($insulate)
30
$client->enableProfiler();
31
$crawler = $client->request('GET', '/profiler');
32
$profile = $client->getProfile();
33
- $this->assertTrue(is_object($profile));
+ $this->assertInternalType('object', $profile);
34
35
$client->request('GET', '/profiler');
36
$this->assertFalse($client->getProfile());
0 commit comments