Skip to content
Snippets Groups Projects
Commit 4d4032bc authored by Daniel Calviño Sánchez's avatar Daniel Calviño Sánchez
Browse files

Rename "FilesSharingAppContext" to "PublicShareContext"


Having both "FilesAppSharingContext" and "FilesSharingAppContext" was
confusing, so "FilesSharingAppContext" was renamed to a more descriptive
name.

Signed-off-by: default avatarDaniel Calviño Sánchez <danxuliu@gmail.com>
parent 87d4fb77
No related branches found
No related tags found
No related merge requests found
......@@ -17,9 +17,9 @@ default:
- FileListContext
- FilesAppContext
- FilesAppSharingContext
- FilesSharingAppContext
- LoginPageContext
- NotificationContext
- PublicShareContext
- SettingsContext
- SettingsMenuContext
- ThemingAppContext
......@@ -44,9 +44,9 @@ default:
- FileListContext
- FilesAppContext
- FilesAppSharingContext
- FilesSharingAppContext
- LoginPageContext
- NotificationContext
- PublicShareContext
- SettingsContext
- SettingsMenuContext
- ThemingAppContext
......
......@@ -23,7 +23,7 @@
use Behat\Behat\Context\Context;
class FilesSharingAppContext implements Context, ActorAwareInterface {
class PublicShareContext implements Context, ActorAwareInterface {
use ActorAware;
use FileListAncestorSetter;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment