Skip to content

Commit dd43dc6

Browse files
authored
Merge branch 'master' into release/0.1.0
2 parents 9fb0b45 + 34c964c commit dd43dc6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?php
2+
namespace Tests\Functional\BehatContext;
3+
4+
use Behat\Behat\Context\Context;
5+
6+
/**
7+
* Defines application features from the specific context.
8+
*/
9+
class FeatureContext implements Context
10+
{
11+
12+
}

0 commit comments

Comments
 (0)