I need to share state fragments between two functions with annotation @BeforeScenario.
I can provide datas to store in the first function, but injection of datas in the second function doesn't seem to work.
┌─ @BeforeScenario # V2\UserContext::buildUsers()
│
╳ Warning: Missing argument 2 for V2\UserContext::buildUsers() in features/bootstrap/V2/UserContext.php line 120
I need to share state fragments between two functions with annotation
@BeforeScenario
. I can provide datas to store in the first function, but injection of datas in the second function doesn't seem to work.