-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
537b559
commit 6ddf0c2
Showing
4 changed files
with
31 additions
and
11 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
tests/_support/Page/Acceptance/Administrator/UserAclPage.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?php | ||
namespace Page\Acceptance\Administrator; | ||
|
||
use Page\Acceptance\Administrator\AdminPage; | ||
|
||
class UserAclPage extends AdminPage | ||
{ | ||
// include url of current page | ||
public static $aclPageURL = 'administrator/index.php?option=com_users&view=levels'; | ||
|
||
} |
12 changes: 12 additions & 0 deletions
12
tests/_support/Page/Acceptance/Administrator/UserGroupPage.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?php | ||
namespace Page\Acceptance\Administrator; | ||
|
||
use Page\Acceptance\Administrator\AdminPage; | ||
|
||
class UserGroupPage extends AdminPage | ||
{ | ||
// include url of current page | ||
public static $groupPageURL = 'administrator/index.php?option=com_users&view=groups'; | ||
|
||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters