Fix integration tests to work with updated codeception/verify
[MAILPOET-3203]
This commit is contained in:
committed by
Veljko V
parent
e85b4c6fec
commit
54727ad9a2
@@ -48,7 +48,7 @@ class ConnectionFactoryTest extends \MailPoetTest {
|
||||
Env::$dbCharset = '';
|
||||
$connectionFactory = new ConnectionFactory();
|
||||
$connection = $connectionFactory->createConnection();
|
||||
expect($connection->getParams())->hasntKey('charset');
|
||||
expect($connection->getParams())->hasNotKey('charset');
|
||||
}
|
||||
|
||||
public function testItSetsUpSocket() {
|
||||
|
Reference in New Issue
Block a user