Changeset 22192 for branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getListByProductIdsTest.php
- Timestamp:
- 2013/01/03 17:41:10 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getListByProductIdsTest.php
r22191 r22192 19 19 ///////////////////////////////////////// 20 20 21 public function test getListByProductIds_商品ID指定なし() {21 public function testGetListByProductIds_商品ID指定がない場合は空配列() { 22 22 $this->setUpProductClass(); 23 23 $this->setUpProducts(); … … 31 31 } 32 32 33 public function test getListByProductIds_商品ID指定() {33 public function testGetListByProductIds_指定の商品IDで情報を取得する() { 34 34 $this->setUpProductClass(); 35 35 $this->setUpProducts();
Note: See TracChangeset
for help on using the changeset viewer.