diff --git a/TestSuite/TopicGetQueryOptionsTestCase.php b/TestSuite/TopicGetQueryOptionsTestCase.php index ed52616..fd2a9bf 100644 --- a/TestSuite/TopicGetQueryOptionsTestCase.php +++ b/TestSuite/TopicGetQueryOptionsTestCase.php @@ -67,6 +67,7 @@ class TopicGetQueryOptionsTestCase extends NetCommonsGetTest { /** * フラットで表示、ステータスの絞り込みなしのテストのDataProvider + * ※テストデータを返却するメソッドのため、@codeCoverageIgnore で除外する * * ### 戻り値 * - userId ユーザID @@ -143,6 +144,7 @@ class TopicGetQueryOptionsTestCase extends NetCommonsGetTest { * @return array データ * @SuppressWarnings(PHPMD.ExcessiveMethodLength) * @SuppressWarnings(PHPMD.CyclomaticComplexity) + * @codeCoverageIgnore */ protected function _data($topicIds, $userId) { $result = array();