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.
2 parents 381394d + 35cf8ab commit dd6314eCopy full SHA for dd6314e
Tests/Functional/ProfilerTest.php
@@ -30,7 +30,7 @@ public function testProfilerIsDisabled($insulate)
30
$client->enableProfiler();
31
$this->assertFalse($client->getProfile());
32
$client->request('GET', '/profiler');
33
- $this->assertInternalType('object', $client->getProfile());
+ $this->assertIsObject($client->getProfile());
34
35
36
0 commit comments