Пример #1
0
 public function testControlFive()
 {
     $shelf = new Shelf();
     $data = $shelf->controlFive(array('商品id', '商品ID'), '背景图', 'eid');
     $this->assertInstanceOf(Shelf::class, $data);
 }