Skip to content

Commit

Permalink
fix phpunit error
Browse files Browse the repository at this point in the history
  • Loading branch information
RikaFujiwara committed Oct 3, 2016
1 parent 1684e41 commit 94f5f2e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Test/Case/AllQuestionnairesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ public static function suite() {
}
}
*/
//$suite->addTestDirectoryRecursive(CakePlugin::path($plugin) . 'Test' . DS . 'Case');

$suite->addTestDirectoryRecursive(CakePlugin::path($plugin) . 'Test' . DS . 'Case');
/*
$suite->addTestFile(CakePlugin::path($plugin) . 'Test' . DS . 'Case' . '/Controller/Component/QuestionnaireOwnAnswerComponent/GetConfirmSummaryOfThisUserTest.php');
$suite->addTestFile(CakePlugin::path($plugin) . 'Test' . DS . 'Case' . '/Controller/Component/QuestionnaireOwnAnswerComponent/GetOwnAnsweredKeysTest.php');
$suite->addTestFile(CakePlugin::path($plugin) . 'Test' . DS . 'Case' . '/Controller/Component/QuestionnaireOwnAnswerComponent/GetProgressiveSummaryOfThisUserTest.php');
Expand All @@ -66,7 +66,6 @@ public static function suite() {
$suite->addTestFile(CakePlugin::path($plugin) . 'Test' . DS . 'Case' . '/Controller/QuestionnairesController/IndexTest.php');
$suite->addTestFile(CakePlugin::path($plugin) . 'Test' . DS . 'Case' . '/Model/ActionQuestionnaireAdd/CerateFromReuseTest.php');
/*
$suite->addTestFile(CakePlugin::path($plugin) . 'Test' . DS . 'Case' . '/Model/ActionQuestionnaireAdd/CheckPastQuestionnaireTest.php');
$suite->addTestFile(CakePlugin::path($plugin) . 'Test' . DS . 'Case' . '/Model/ActionQuestionnaireAdd/CreateNewTest.php');
Expand Down

0 comments on commit 94f5f2e

Please sign in to comment.