Fix the use of traits
This commit is contained in:
parent
26e974d859
commit
cdc5470f7e
2 changed files with 0 additions and 4 deletions
|
@ -12,8 +12,6 @@ require __DIR__ . '/../../vendor/autoload.php';
|
|||
* Features context.
|
||||
*/
|
||||
class FeatureContext implements Context, SnippetAcceptingContext {
|
||||
use BasicStructure;
|
||||
use Provisioning;
|
||||
use Sharing;
|
||||
use WebDav;
|
||||
}
|
||||
|
|
|
@ -12,8 +12,6 @@ require __DIR__ . '/../../vendor/autoload.php';
|
|||
*/
|
||||
class FederationContext implements Context, SnippetAcceptingContext {
|
||||
|
||||
use BasicStructure;
|
||||
use Provisioning;
|
||||
use Sharing;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue