Merge branch '0.x' into prod
Some checks failed
CI / testsuite (mysql, 8.4, ) (push) Successful in 9m6s
CI / testsuite (mysql, 8.2, ) (push) Successful in 13m4s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 6m33s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 12m54s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 6m47s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 11m26s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 19m59s
CI / Coding Standard & Static Analysis (push) Successful in 12m25s
Some checks failed
CI / testsuite (mysql, 8.4, ) (push) Successful in 9m6s
CI / testsuite (mysql, 8.2, ) (push) Successful in 13m4s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 6m33s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 12m54s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 6m47s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Failing after 11m26s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 19m59s
CI / Coding Standard & Static Analysis (push) Successful in 12m25s
This commit is contained in:
@@ -14,8 +14,6 @@ use CakeContactUs\CakeContactUsPlugin;
|
||||
|
||||
/**
|
||||
* CakeContactUs\Controller\ContactUsFormSubmissionsController Test Case
|
||||
*
|
||||
* @uses ContactUsFormSubmissionsController
|
||||
*/
|
||||
class ContactUsFormSubmissionsControllerTest extends TestCase {
|
||||
|
||||
@@ -64,7 +62,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase {
|
||||
*
|
||||
* Tests the add action with a logged in user
|
||||
*
|
||||
* @uses ContactUsFormSubmissionsController::add
|
||||
* @throws Exception
|
||||
*
|
||||
* @return void
|
||||
@@ -91,7 +88,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase {
|
||||
*
|
||||
* Tests a POST request to the add action with a logged in user
|
||||
*
|
||||
* @uses ContactUsFormSubmissionsController::add
|
||||
* @throws Exception
|
||||
*
|
||||
* @return void
|
||||
@@ -122,7 +118,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase {
|
||||
*
|
||||
* Tests a POST request to the add action with a logged in user
|
||||
*
|
||||
* @uses ContactUsFormSubmissionsController::add
|
||||
* @throws Exception
|
||||
*
|
||||
* @return void
|
||||
@@ -175,7 +170,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase {
|
||||
*
|
||||
* Tests a POST request to the add action with a logged in user
|
||||
*
|
||||
* @uses ContactUsFormSubmissionsController::add
|
||||
* @throws Exception
|
||||
*
|
||||
* @return void
|
||||
@@ -222,7 +216,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase {
|
||||
*
|
||||
* Tests a POST request to the add action with a logged in user
|
||||
*
|
||||
* @uses ContactUsFormSubmissionsController::add
|
||||
* @throws Exception
|
||||
*
|
||||
* @return void
|
||||
@@ -275,7 +268,6 @@ class ContactUsFormSubmissionsControllerTest extends TestCase {
|
||||
*
|
||||
* Tests a POST request to the add action with a logged in user
|
||||
*
|
||||
* @uses ContactUsFormSubmissionsController::add
|
||||
* @throws Exception
|
||||
*
|
||||
* @return void
|
||||
|
||||
Reference in New Issue
Block a user