gitextract_rw74d7mo/ ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── CHANGELOG.md ├── LICENSE ├── README.md ├── UPGRADE.md ├── composer.json ├── features/ │ ├── bootstrap/ │ │ └── FeatureContext.php │ └── mink_debug.feature ├── src/ │ ├── Listener/ │ │ └── FailedStepListener.php │ └── ServiceContainer/ │ └── MinkDebugExtension.php └── test-application/ ├── behat.yml.dist ├── features/ │ └── test.feature └── logs/ └── .gitkeep