Trying to implement the behat-page-object-extension and when running behat I get the following error: Fatal error: Uncaught ArgumentCountError: Too few arguments to function FeatureContext::__construct()
Github for the project -> https://github.com/andrew0071/MyBehatProject
composer.json
behat.yml
Homepage.php
FeatureContext.php
Injecting page objects into a context file
Page objects will be injected directly into a context file if they’re defined as constructor arguments with a type hint:

test.feature.php
When running the test




