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 736526a commit 3c1868aCopy full SHA for 3c1868a
tests/unit/Codeception/Module/PhpBrowserTest.php
@@ -556,7 +556,7 @@ public function testRequestApi()
556
$response = $this->module->_request('POST', '/form/try', ['user' => 'davert']);
557
$data = data::get('form');
558
$this->assertEquals('davert', $data['user']);
559
- $this->assertInternalType('string', $response);
+ $this->assertIsString($response);
560
$this->assertStringContainsString('Welcome to test app', $response);
561
$this->module->click('Welcome to test app'); // page not loaded
562
}
0 commit comments