15 lines
229 B
PHP
15 lines
229 B
PHP
<?php
|
|
|
|
class XlsxWriterTest extends MailPoetTest {
|
|
|
|
public function _before() {
|
|
}
|
|
|
|
public function testItCanBeCreated() {
|
|
$writer = new \MailPoet\Util\XLSXWriter();
|
|
}
|
|
|
|
public function _after() {
|
|
}
|
|
}
|