EasyEngine/easyengine

Create common FeatureContext class and extend it in other repos

Open

#1,174 opened on Aug 17, 2018

View on GitHub
 (0 comments) (0 reactions) (0 assignees)PHP (429 forks)batch import
good first issue

Repository metrics

Stars
 (1,984 stars)
PR merge metrics
 (Avg merge 20d 14h) (7 merged PRs in 30d)

Description

Currently each command has it's own FeatureContext class which is mostly slimilar. We should add mostly used functions in core and rest of the repos should extend that class and override any method if they need.

Contributor guide