Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Remove smart steps #245

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ KnpLabs - FriendlyContexts


#### [Install and configure](doc/configuration.md)

#### [The Entity Context](doc/context-entity.md)

#### [The Alice Context](doc/context-alice.md)
Expand All @@ -21,5 +21,3 @@ KnpLabs - FriendlyContexts
#### [The Page Context](doc/context-page.md)

#### [The Api Context](doc/context-api.md)

#### [Smart Step Feature](doc/feature-smartStep.md)
78 changes: 0 additions & 78 deletions doc/feature-smartStep.md

This file was deleted.

24 changes: 0 additions & 24 deletions spec/Knp/FriendlyContexts/Reader/SmartReaderSpec.php

This file was deleted.

3 changes: 0 additions & 3 deletions src/Knp/FriendlyContexts/Extension.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,6 @@ public function configure(ArrayNodeDefinition $builder)
->end()
->end()
->end()
->scalarNode('smartTag')
->defaultValue('smartStep')
->end()
->end()
;
}
Expand Down
125 changes: 0 additions & 125 deletions src/Knp/FriendlyContexts/Reader/SmartReader.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/Knp/FriendlyContexts/services/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,5 @@ services:
arguments:
- "@definition.finder"

friendly.reader.smart_reader:
class: Knp\FriendlyContexts\Reader\SmartReader
arguments:
- "@gherkin"
- "@suite.registry"
- "@specifications.locator.filesystem_feature"
- "@friendly.definition.definition_finder"
- "@friendly.call.call_center"
- %friendly.smartTag%
tags:
- { name: environment.reader }

friendly.http.http_content_type_guesser:
class: Knp\FriendlyContexts\Http\HttpContentTypeGuesser