summaryrefslogtreecommitdiffstats
path: root/build/integration/features/bootstrap/FeatureContext.php
blob: 21ca8d872952940dc6af28fa0c326e59ff1d2eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

use Behat\Behat\Context\Context;
use Behat\Behat\Context\SnippetAcceptingContext;

require __DIR__ . '/../../vendor/autoload.php';


/**
 * Features context.
 */
class FeatureContext implements Context, SnippetAcceptingContext {
	use WebDav;
}