@@ -13,16 +13,12 @@ |
||
13 | 13 | namespace phpDocumentor\Behat\Contexts\Ast; |
14 | 14 | |
15 | 15 | use Behat\Behat\Context\Context; |
16 | -use Behat\Behat\Hook\Scope\BeforeScenarioScope; |
|
17 | 16 | use Behat\Gherkin\Node\PyStringNode; |
18 | -use phpDocumentor\Behat\Contexts\EnvironmentContext; |
|
19 | 17 | use phpDocumentor\Descriptor\ClassDescriptor; |
20 | 18 | use phpDocumentor\Descriptor\Collection; |
21 | 19 | use phpDocumentor\Descriptor\DescriptorAbstract; |
22 | 20 | use phpDocumentor\Descriptor\FileDescriptor; |
23 | -use phpDocumentor\Descriptor\ProjectDescriptor; |
|
24 | 21 | use phpDocumentor\Descriptor\Tag\VersionDescriptor; |
25 | -use phpDocumentor\Reflection\DocBlock\Tag\SeeTag; |
|
26 | 22 | use PHPUnit\Framework\Assert; |
27 | 23 | |
28 | 24 | class ApiContext extends BaseContext implements Context |