| 39 | | |
|---|
| 40 | | -- Données pour les tests unitaires -- |
|---|
| 41 | | |
|---|
| 42 | | INSERT INTO `heading` (`id_head`, `public_id_hei`, `parent_id_head`, `description_head`) VALUES |
|---|
| 43 | | (1, 4, NULL, NULL), |
|---|
| 44 | | (2, 4, NULL, NULL), |
|---|
| 45 | | (5, 16, 2, NULL), |
|---|
| 46 | | (6, 16, 2, NULL), |
|---|
| 47 | | (8, 85, 6, NULL), |
|---|
| 48 | | (9, 85, 6, NULL); |
|---|
| 49 | | |
|---|
| 50 | | INSERT INTO `headingelementinformation` (`id_hei`, `id_helt`, `type_hei`, `public_id_hei`, `site_id_hei`, `public_id_heading_hei`, `author_id_create_hei`, `author_handler_create_hei`, `author_caption_create_hei`, `date_create_hei`, `author_id_update_hei`, `author_handler_udpate_hei`, `author_caption_update_hei`, `date_update_hei`, `comment_hei`, `caption_hei`, `published_date_hei`, `end_published_date_hei`, `status_hei`, `version_hei`, `from_version_hei`, `show_in_menu_hei`, `base_url_hei`, `url_id_hei`, `public_id_root_menu_hei`, `public_id_contextual_menu_hei`, `theme_id_hei`) VALUES |
|---|
| 51 | | (1, 0, '', 1, '', 0, '', '', '', '0000-00-00 00:00:00', '', '', '', '0000-00-00 00:00:00', NULL, '', NULL, NULL, '', 1, 0, 0, NULL, NULL, NULL, NULL, NULL), |
|---|
| 52 | | (2, 0, '', 1, '', 0, '', '', '', '0000-00-00 00:00:00', '', '', '', '0000-00-00 00:00:00', NULL, '', NULL, NULL, '', 2, 1, 0, NULL, NULL, NULL, NULL, NULL), |
|---|
| 53 | | (3, 0, '', 1, '', 0, '', '', '', '0000-00-00 00:00:00', '', '', '', '0000-00-00 00:00:00', NULL, '', NULL, NULL, '', 3, 2, 0, NULL, NULL, NULL, NULL, NULL); |
|---|