Ejemplo n.º 1
0
 public function testGivenEmptyItem_destructionDiffIsEmpty()
 {
     $differ = new ItemDiffer();
     $this->assertTrue($differ->getDestructionDiff(new Item())->isEmpty());
 }