Skip to content

Commit

Permalink
adding test for module controllers
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Sep 30, 2012
1 parent f6a9d1e commit 1dcb913
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
@@ -0,0 +1,6 @@
<?php
class ModulePositionsControllerTest extends CakeTestCase {
public function testSomething() {

}
}
6 changes: 6 additions & 0 deletions Core/Modules/Test/Case/Controller/ModulesControllerTest.php
@@ -0,0 +1,6 @@
<?php
class ModulesControllerTest extends CakeTestCase {
public function testSomething() {

}
}

0 comments on commit 1dcb913

Please sign in to comment.