Add Idiorm to MailPoetVendor namespace
[MAILPOET-2545]
This commit is contained in:
committed by
Jack Kitterhing
parent
eb130c1aea
commit
60889c53f4
@@ -14,6 +14,7 @@ use MailPoet\Settings\SettingsController;
|
||||
use MailPoet\Settings\SettingsRepository;
|
||||
use MailPoet\Subscription\Captcha;
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
use MailPoetVendor\Idiorm\ORM;
|
||||
|
||||
class MailerTest extends \MailPoetTest {
|
||||
/** @var MailerTask */
|
||||
@@ -140,6 +141,6 @@ class MailerTest extends \MailPoetTest {
|
||||
|
||||
function _after() {
|
||||
$this->di_container->get(SettingsRepository::class)->truncate();
|
||||
\ORM::raw_execute('TRUNCATE ' . Subscriber::$_table);
|
||||
ORM::raw_execute('TRUNCATE ' . Subscriber::$_table);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user