v1.0.1 #3
halilcosdu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Notes for v1.0.1
Bug Fixes
$this
variable in test functions in Pest PHP. ThebeforeEach
function now assignschatBotService
andchatBot
to$this
. Then, in the tests, you can use$this->chatBotService
and$this->chatBot
to access these instances.Changes
ChatBotTest.php
file to use thebeforeEach
function to return an array of variables that you want to use in your tests.Improvements
ChatBotTest.php
to use$this->chatBotService
and$this->chatBot
to access these instances.Known Issues
Upgrade Notes
Please refer to the project documentation for more detailed information about this release.
This discussion was created from the release v1.0.1.
Beta Was this translation helpful? Give feedback.
All reactions