register(new MessageAwareArrayComparator()); \SebastianBergmann\Comparator\Factory::getInstance()->register(new ProtobufMessageComparator()); \SebastianBergmann\Comparator\Factory::getInstance()->register(new ProtobufGPBEmptyComparator()); // Make sure that while testing we bypass the `final` keyword for the GAPIC client. // Only run this if the individual component has the helper package installed if (class_exists(BypassFinals::class)) { BypassFinals::enable(); }