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 077fb07 + 01f4a63 commit 35cf8abCopy full SHA for 35cf8ab
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