Codeception / module-yii2

Codeception module for Yii2 framework
MIT License
16 stars 36 forks source link

Fix broken `amLoggedInAs` - method parameter is being overwritten #97

Closed warkadiuszz closed 7 months ago

warkadiuszz commented 7 months ago

Recent changes (here) introduced that bug. The newly added $user variable for checking if User component is of the right type overwrites the parameter to the method with the same name.

SamMousa commented 7 months ago

Thanks!