.dev/install/installer_data/db_tables_en/forum_forums.data.php

Summary

Maintainability
B
5 hrs
Test Coverage
<?php

return [
  1 => [
    'id' => '1',
    'parent' => '0',
    'category' => '1',
    'name' => 'Test forum',
    'desc' => 'First auto-created test forum',
    'created' => '1207235933',
    'status' => 'a',
    'icon' => '',
    'order' => '0',
    'num_views' => '0',
    'num_topics' => '0',
    'num_posts' => '0',
    'last_post_id' => '0',
    'last_post_date' => '0',
    'language' => '0',
    'options' => '',
    'user_groups' => '',
  ],
  2 => [
    'id' => '2',
    'parent' => '0',
    'category' => '1',
    'name' => 'friends',
    'desc' => 'forum for friends',
    'created' => '0',
    'status' => 'a',
    'icon' => '',
    'order' => '2',
    'num_views' => '0',
    'num_topics' => '3',
    'num_posts' => '9',
    'last_post_id' => '21',
    'last_post_date' => '1207837409',
    'language' => '0',
    'options' => '',
    'user_groups' => '',
  ],
];