Beispiel #1
0
 /**
  * @group configuration
  * @test
  */
 public function two_destinations_with_the_different_values_are_not_equal()
 {
     $destinationOne = new Destination('a');
     $destinationTwo = new Destination('a');
     $this->assertTrue($destinationOne->equals($destinationTwo));
 }