Fix the use of traits
This commit is contained in:
parent
26e974d859
commit
cdc5470f7e
|
@ -12,8 +12,6 @@ require __DIR__ . '/../../vendor/autoload.php';
|
||||||
* Features context.
|
* Features context.
|
||||||
*/
|
*/
|
||||||
class FeatureContext implements Context, SnippetAcceptingContext {
|
class FeatureContext implements Context, SnippetAcceptingContext {
|
||||||
use BasicStructure;
|
|
||||||
use Provisioning;
|
|
||||||
use Sharing;
|
use Sharing;
|
||||||
use WebDav;
|
use WebDav;
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,8 +12,6 @@ require __DIR__ . '/../../vendor/autoload.php';
|
||||||
*/
|
*/
|
||||||
class FederationContext implements Context, SnippetAcceptingContext {
|
class FederationContext implements Context, SnippetAcceptingContext {
|
||||||
|
|
||||||
use BasicStructure;
|
|
||||||
use Provisioning;
|
|
||||||
use Sharing;
|
use Sharing;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue