Move XSLXWriter to MailPoetVendor namespace
[MAILPOET-2545]
This commit is contained in:
committed by
Jack Kitterhing
parent
9166f280d0
commit
45c2b19dfa
2
lib-3rd-party/XLSXWriter.php
vendored
2
lib-3rd-party/XLSXWriter.php
vendored
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace MailPoet\Util;
|
||||
namespace MailPoetVendor;
|
||||
|
||||
/*
|
||||
* @license MIT License
|
||||
|
@@ -6,8 +6,8 @@ use MailPoet\Config\Env;
|
||||
use MailPoet\Models\CustomField;
|
||||
use MailPoet\Subscribers\ImportExport\ImportExportFactory;
|
||||
use MailPoet\Util\Security;
|
||||
use MailPoet\Util\XLSXWriter;
|
||||
use MailPoet\WP\Functions as WPFunctions;
|
||||
use MailPoetVendor\XLSXWriter;
|
||||
|
||||
use function MailPoetVendor\array_column;
|
||||
|
||||
|
@@ -8,7 +8,7 @@ class XlsxWriterTest extends \MailPoetUnitTest {
|
||||
}
|
||||
|
||||
public function testItCanBeCreated() {
|
||||
$writer = new \MailPoet\Util\XLSXWriter();
|
||||
$writer = new \MailPoetVendor\XLSXWriter();
|
||||
}
|
||||
|
||||
public function _after() {
|
||||
|
Reference in New Issue
Block a user