Closed howdu closed 1 year ago
Fix error when running testbench directly outside of a standard project setup.
testbench
Call to a member function getDomain() on null
Thanks, had to do this the other day too. Just didn't get around to adding it yet.
Basically, it happens when there's no Panel set with ->default().
Fix error when running
testbench
directly outside of a standard project setup.