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:
parent
87d4fb777a
commit
4d4032bca3
|
@ -17,9 +17,9 @@ default:
|
||||||
- FileListContext
|
- FileListContext
|
||||||
- FilesAppContext
|
- FilesAppContext
|
||||||
- FilesAppSharingContext
|
- FilesAppSharingContext
|
||||||
- FilesSharingAppContext
|
|
||||||
- LoginPageContext
|
- LoginPageContext
|
||||||
- NotificationContext
|
- NotificationContext
|
||||||
|
- PublicShareContext
|
||||||
- SettingsContext
|
- SettingsContext
|
||||||
- SettingsMenuContext
|
- SettingsMenuContext
|
||||||
- ThemingAppContext
|
- ThemingAppContext
|
||||||
|
@ -44,9 +44,9 @@ default:
|
||||||
- FileListContext
|
- FileListContext
|
||||||
- FilesAppContext
|
- FilesAppContext
|
||||||
- FilesAppSharingContext
|
- FilesAppSharingContext
|
||||||
- FilesSharingAppContext
|
|
||||||
- LoginPageContext
|
- LoginPageContext
|
||||||
- NotificationContext
|
- NotificationContext
|
||||||
|
- PublicShareContext
|
||||||
- SettingsContext
|
- SettingsContext
|
||||||
- SettingsMenuContext
|
- SettingsMenuContext
|
||||||
- ThemingAppContext
|
- ThemingAppContext
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
use Behat\Behat\Context\Context;
|
use Behat\Behat\Context\Context;
|
||||||
|
|
||||||
class FilesSharingAppContext implements Context, ActorAwareInterface {
|
class PublicShareContext implements Context, ActorAwareInterface {
|
||||||
|
|
||||||
use ActorAware;
|
use ActorAware;
|
||||||
use FileListAncestorSetter;
|
use FileListAncestorSetter;
|
Loading…
Reference in New Issue