Rename "FilesSharingAppContext" to "PublicShareContext"

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

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
This commit is contained in:
Daniel Calviño Sánchez 2018-11-23 13:32:27 +01:00 committed by Backportbot
parent 9354de01bb
commit c6ca6b03eb
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -23,7 +23,7 @@
use Behat\Behat\Context\Context;
class FilesSharingAppContext implements Context, ActorAwareInterface {
class PublicShareContext implements Context, ActorAwareInterface {
use ActorAware;
use FileListAncestorSetter;