Skip to content

Commit

Permalink
more missing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dogmatic69 committed Sep 30, 2012
1 parent 812bb6b commit f3b0be8
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 0 deletions.
@@ -0,0 +1,6 @@
<?php
class EmailAccountsControllerTest extends CakeTestCase {
public function testSomething() {

}
}
@@ -0,0 +1,6 @@
<?php
class MailSystemsControllerTest extends CakeTestCase {
public function testSomething() {

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

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

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

}
}

0 comments on commit f3b0be8

Please sign in to comment.