| 1 | <?php |
||
| 7 | class WebsiteDataConverterTest extends \PHPUnit_Framework_TestCase |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * @var WebsiteDataConverter |
||
| 11 | */ |
||
| 12 | protected $dataConverter; |
||
| 13 | |||
| 14 | protected function setUp() |
||
| 18 | |||
| 19 | public function testConvertToImportFormat() |
||
| 29 | |||
| 30 | public function testConvertToImportFormatWithLongName() |
||
| 40 | } |
||
| 41 |