Is your feature request related to a problem? Please describe.
$this->admin is used heavily in tests. Considering we now have an admin and owner role (the former now having only limited control panel access), we'll need to reflect this in the naming convention used.
Describe the solution you'd like
Change all occurrences of $this->admin to $this->owner.
Describe alternatives you've considered
We talked about $this->admin using the developer role, however we should add an additional user, $this->developer for dedicated tests which only the developer role can do.
Feature request checklist
Is your feature request related to a problem? Please describe.
$this->adminis used heavily in tests. Considering we now have anadminandownerrole (the former now having only limited control panel access), we'll need to reflect this in the naming convention used.Describe the solution you'd like
Change all occurrences of
$this->adminto$this->owner.Describe alternatives you've considered
We talked about
$this->adminusing thedeveloperrole, however we should add an additional user,$this->developerfor dedicated tests which only thedeveloperrole can do.Feature request checklist
Feature request: add konami code to control panel)