Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
h.matsuo committed Nov 25, 2021
1 parent 45e32d6 commit b53f7f7
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ public function testTagSearch()
'name' => '新商品',
];
$this->scenario();
foreach ($this->Results as $i => $p) {
echo $i , ' ' , $p->getName(), PHP_EOL;
}
$this->assertCount(2, $this->Results);

// タグ 2 で検索
Expand Down

0 comments on commit b53f7f7

Please sign in to comment.