There was an error while loading. Please reload this page.
1 parent b2962b5 commit 736526aCopy full SHA for 736526a
tests/unit/Codeception/Module/PhpBrowserTest.php
@@ -557,7 +557,7 @@ public function testRequestApi()
557
$data = data::get('form');
558
$this->assertEquals('davert', $data['user']);
559
$this->assertInternalType('string', $response);
560
- $this->assertContains('Welcome to test app', $response);
+ $this->assertStringContainsString('Welcome to test app', $response);
561
$this->module->click('Welcome to test app'); // page not loaded
562
}
563
0 commit comments