Exemplo n.º 1
0
 /**
  * Tests setMapping method.
  */
 public function testSetMapping()
 {
     $connection = new Connection($this->getClient(), []);
     $connection->setMapping('product', ['properties' => []]);
     $this->assertArrayHasKey('properties', $connection->getMapping('product'));
 }