Fix trigger rebuild to avoid deprecated function
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 1 Jun 2021 05:43:44 +0000 (17:43 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 1 Jun 2021 08:02:25 +0000 (20:02 +1200)
commit753bc831a713f0d81d09d32f9c25c68b42a5c9fe
tree5d73cd6a57c331a39c019cc635601969181f069b
parent3f2768637f6b0571983ab33933af6c9c1249abdd
Fix trigger rebuild to avoid deprecated function

[Ref] Remove function parameter only used from test

The test passes a function parameter to rebuild triggers but the only other
call to this function in the civi-verse doesn't. We shouldn't make this function
more complex for just the test.

Note the function also uses the force param which I didn't move to the
test call - it's possible when the tests all run together I'll need
to force cache clearing but this seems like a dumb way
CRM/Logging/Schema.php
tests/phpunit/api/v3/LoggingTest.php