This was a 'never worked' as the original call was doing no check. I changed it to do a check but
got confused & didn't realise thee check was actually failing when I merged. This check was never successful
we should remove it
public function testRevertRestrictedTables() {
CRM_Core_DAO::executeQuery("SET @uniqueID = 'temp name'");
- $this->assertEquals(TRUE, $this->callAPISuccessGetValue('Setting', ['name' => 'logging_all_tables_uniquid']));
$this->callAPISuccess('Setting', 'create', array('logging' => TRUE));
$contactId = $this->individualCreate(array('address' => array(array('street_address' => '27 Cool way', 'location_type_id' => 1))));