userguide.php 199 B

123456789101112
  1. <?php
  2. return [
  3. 'modules' => [
  4. 'unittest' => [
  5. 'enabled' => TRUE,
  6. 'name' => 'Unittest',
  7. 'description' => 'Unit testing module',
  8. 'copyright' => '&copy; 2009-2017 Kohana Team',
  9. ]
  10. ]
  11. ];