From 9474eb69b915d1312a217092542de13ebf47a98e Mon Sep 17 00:00:00 2001 From: s-nakajima Date: Wed, 14 Sep 2016 10:12:06 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=86=E3=82=B9=E3=83=88=E3=81=A7=E7=B5=90?= =?UTF-8?q?=E6=9E=9C=E3=83=87=E3=83=BC=E3=82=BF=E3=82=92=E8=BF=94=E5=8D=B4?= =?UTF-8?q?=E3=81=99=E3=82=8B=E3=83=A1=E3=82=BD=E3=83=83=E3=83=89=E3=81=AE?= =?UTF-8?q?=E3=81=9F=E3=82=81=E3=80=81=E3=82=AB=E3=83=90=E3=83=AC=E3=83=83?= =?UTF-8?q?=E3=82=B8=E3=81=AE=E5=AF=BE=E8=B1=A1=E3=81=8B=E3=82=89=E9=99=A4?= =?UTF-8?q?=E5=A4=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestSuite/TopicGetQueryOptionsTestCase.php | 2 ++ 1 file changed, 2 insertions(+) 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();