e.g. given that `testMethod `does not exist: ```php $rabbit = new Rabbit(); $rabbit->thump(Times::fromInt(12)); ``` will generate the Thump method in `Rabbit` with the correct method signature.