Skip to content

Commit

Permalink
Merge pull request #84 from s-nakajima/master
Browse files Browse the repository at this point in the history
テストで結果データを返却するメソッドのため、カバレッジの対象から除外
  • Loading branch information
s-nakajima committed Sep 14, 2016
2 parents 5c92ced + 9474eb6 commit ace44f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TestSuite/TopicGetQueryOptionsTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ class TopicGetQueryOptionsTestCase extends NetCommonsGetTest {

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

0 comments on commit ace44f0

Please sign in to comment.