Example #1
0
 public function testFetchOneToManyRelationCollectionOnInexistingRelationIdShouldReturnNull()
 {
     $create = new CreateProduct();
     $null = $create->fetchOneToManyRelationCollection('foo');
     $this->assertNull($null);
 }