Example #1
0
 public function traits_can_contain_abstract_methods()
 {
     $entreprenur = new Entrepreneur();
     assert_that($entreprenur->address_of_ideal_house())->is_identical_to(__);
     // Try commenting out the function "address_of_ideal_house and see what happens"
 }