Fix integration tests to work with updated codeception/verify
[MAILPOET-3203]
This commit is contained in:
committed by
Veljko V
parent
e85b4c6fec
commit
54727ad9a2
@@ -263,6 +263,6 @@ class RouterTest extends \MailPoetTest {
|
||||
'test',
|
||||
$data
|
||||
);
|
||||
expect($result)->contains(Router::NAME . '&endpoint=router_test_mock_endpoint&action=test&data=' . $encodedData);
|
||||
expect($result)->stringContainsString(Router::NAME . '&endpoint=router_test_mock_endpoint&action=test&data=' . $encodedData);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user