Exemplo n.º 1
0
 public function this_refers_to_the_object_that_you_are_in()
 {
     $plant = new Plant();
     assert_that($plant->description_with_height())->is_identical_to(__);
 }