Пример #1
0
 /**
  * @test
  */
 public function itShouldHasUuidIdentifier()
 {
     $merchant = new Merchant('Joyeria Baguette', 'Address');
     Assertion::uuid($merchant->id());
 }
Пример #2
0
 /**
  * @test
  */
 public function itShouldHasUuidIdentifier()
 {
     $product = FakeProductBuilder::build();
     Assertion::uuid($product->id());
 }