Skip to content

Commit

Permalink
Rename "FilesSharingAppContext" to "PublicShareContext"
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
danxuliu committed Nov 23, 2018
1 parent 63640c2 commit 27b49e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/acceptance/config/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ default:
- FileListContext
- FilesAppContext
- FilesAppSharingContext
- FilesSharingAppContext
- LoginPageContext
- NotificationContext
- PublicShareContext
- SettingsContext
- SettingsMenuContext
- ThemingAppContext
Expand All @@ -44,9 +44,9 @@ default:
- FileListContext
- FilesAppContext
- FilesAppSharingContext
- FilesSharingAppContext
- LoginPageContext
- NotificationContext
- PublicShareContext
- SettingsContext
- SettingsMenuContext
- ThemingAppContext
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

use Behat\Behat\Context\Context;

class FilesSharingAppContext implements Context, ActorAwareInterface {
class PublicShareContext implements Context, ActorAwareInterface {

use ActorAware;
use FileListAncestorSetter;
Expand Down

0 comments on commit 27b49e9

Please sign in to comment.