Files
piratepoet/tests/unit/MigratorCest.php
2015-07-29 16:03:47 +02:00

16 lines
220 B
PHP

<?php
use \UnitTester;
use \MailPoet\Config\Migrator;
class MigratorCest {
public function _before() {
$migrator = new Migrator();
}
public function itCanBeCreated() {
}
public function _after() {
}
}