Skip to content

Commit

Permalink
repaired user guide documentation, brought the directory structure up…
Browse files Browse the repository at this point in the history
… to scratch with other modules
  • Loading branch information
jessedc committed May 24, 2012
1 parent d185644 commit 6fc3cfc
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 5 deletions.
13 changes: 13 additions & 0 deletions config/userguide.php
@@ -0,0 +1,13 @@
<?php defined('SYSPATH') OR die('No direct script access.');

return array
(
'modules' => array(
'unittest' => array(
'enabled' => TRUE,
'name' => 'Unittest',
'description' => 'Unit testing module',
'copyright' => '&copy; 2009-2011 Kohana Team',
)
)
);
5 changes: 0 additions & 5 deletions guide/menu.unittest.md

This file was deleted.

3 changes: 3 additions & 0 deletions guide/unittest/index.md
@@ -0,0 +1,3 @@
# UnitTest

Unit tests for Kohana
5 changes: 5 additions & 0 deletions guide/unittest/menu.md
@@ -0,0 +1,5 @@
## [UnitTest]()
- [Mock Objects](mockobjects)
- [Testing](testing)
- [Testing workflows](testing_workflows)
- [Troubleshooting](troubleshooting)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6fc3cfc

Please sign in to comment.