| 1 | <?php |
||
| 16 | class EmailSettingsDataTypeTest extends Unit |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var EmailSettingsDataType |
||
| 20 | */ |
||
| 21 | private $dataType; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Set the dataType. |
||
| 25 | * |
||
| 26 | * @SuppressWarnings(PHPMD.CamelCaseMethodName) |
||
| 27 | */ |
||
| 28 | protected function _before() |
||
| 32 | |||
| 33 | //============================================================================================================== |
||
| 34 | //================================================= TESTS ==================================================== |
||
| 35 | //============================================================================================================== |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Get mapper handle test. |
||
| 39 | */ |
||
| 40 | public function testGetMapperHandle() |
||
| 46 | |||
| 47 | /** |
||
| 48 | * Get records test. |
||
| 49 | */ |
||
| 50 | public function testGetRecords() |
||
| 56 | } |
||
| 57 |