コード例 #1
0
 public function testDepthWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Product::depth());
 }