Closed totten closed 1 year ago
This is a partial solution for running E2E_Extern_CliRunnerTest::testPermissionLookup() on Standalone. The test calls:
E2E_Extern_CliRunnerTest::testPermissionLookup()
cv ev --user='admin' 'echo json_encode(CRM_Core_Config::singleton()->userPermissionClass->check("administer CiviCRM", 0));'
For a full solution to running E2E_Extern_CliRunnerTest::testPermissionLookup(), this needs a corresponding update for civicrm-core.
Test failure is unrelated/pre-existing (interaction between specific revisions of Civi/D9).
This is a partial solution for running
E2E_Extern_CliRunnerTest::testPermissionLookup()
on Standalone. The test calls:For a full solution to running
E2E_Extern_CliRunnerTest::testPermissionLookup()
, this needs a corresponding update for civicrm-core.