| 1 | <?php |
||
| 8 | class ServiceTest extends \Msls_UnitTestCase { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Test register when content import deactivated |
||
| 12 | */ |
||
| 13 | public function test_register_when_content_import_deactivated() { |
||
| 24 | |||
| 25 | /** |
||
| 26 | * Test register when content import activated |
||
| 27 | */ |
||
| 28 | public function test_register_when_content_import_activated() { |
||
| 41 | } |
||
| 42 |