Closed gin0115 closed 1 year ago
Many of the tests use the Object::get_property() method, which uses Reflection to access the inner dice rules.
Object::get_property()
Now PinkCrab_Dice::getRules() exists, can use this to get any rule we need to check. This should make the tests less hacky!
PinkCrab_Dice::getRules()
Many of the tests use the
Object::get_property()
method, which uses Reflection to access the inner dice rules.Now
PinkCrab_Dice::getRules()
exists, can use this to get any rule we need to check. This should make the tests less hacky!