/**
  * @expectedException \TurmericSpice\Container\InvalidAttributeException
  */
 public function testToArrayThrowsWithUndefined()
 {
     $required = new ObjectWithRequiredValues([]);
     $required->toArray();
 }