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 4d56f56 + 09d698a commit 0b19576Copy full SHA for 0b19576
tests/unit/Codeception/Module/TestsForWeb.php
@@ -1416,7 +1416,7 @@ public function testCheckingOptionsWithComplexNames()
1416
$this->module->checkOption('#bmessage-topicslinks input[value="4"]');
1417
$this->module->click('Submit');
1418
$data = data::get('form');
1419
- $this->assertContains(4, $data['BMessage']['topicsLinks']);
+ $this->assertContains('4', $data['BMessage']['topicsLinks']);
1420
}
1421
1422
/**
0 commit comments