You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TableContext contains a few protected methods which are helpful for developers that want to build their own custom step definitions for tables. Let's move them to a trait along with the protected $tableMap property so they can be easily reused.
::getTable()
::getTables()
::getTableCount()
The text was updated successfully, but these errors were encountered:
The
TableContext
contains a few protected methods which are helpful for developers that want to build their own custom step definitions for tables. Let's move them to a trait along with the protected$tableMap
property so they can be easily reused.::getTable()
::getTables()
::getTableCount()
The text was updated successfully, but these errors were encountered: