Rename initApi() to init() in workers [PREMIUM-4]

This commit is contained in:
Alexey Stoletniy
2017-05-09 09:12:20 +03:00
parent 2eb98905b6
commit e85b969e11
7 changed files with 10 additions and 14 deletions

View File

@@ -15,7 +15,7 @@ class KeyCheckWorkerTest extends MailPoetTest {
}
function testItCanInitializeBridgeAPI() {
$this->worker->initApi();
$this->worker->init();
expect($this->worker->bridge instanceof Bridge)->true();
}