Esempio n. 1
0
 /**
  * @test
  */
 public function itDoesNotEqualAnotherWithADifferentValue()
 {
     $other = BasketId::fromString('basket-2');
     $this->assertNotTrue($this->basketId->equals($other));
 }