-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Merge changes from 4.1 branch to 5.0 #6221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Standardize "@example.com" as domain in documentation
The Cept format has been deprecated some 4 years ago #3976 - so I think it's about time to start thinking about ways to actually remove it from the codebase :-) I deleted the explanation in order to remove the commands from https://codeception.com/docs/reference/Commands.html
Explaining `--debug` as alias for `-vv`
* Removing Cept * Update GenerateScenarios.php
Action generator: Don't generate nullable types for PHP 7.0
Sounds like a tongue twister ... ;-) I was expecting this text to be in https://github.com/Codeception/lib-innerbrowser/blob/master/src/Codeception/Lib/InnerBrowser.php#L941 - while in fact it's even in another module! So, again, a link at each function to get to its source code would really be nice - see #6063 (comment) (More precisely: If the documentation isn't where the function is, then *two* links)
…ith-symfony-5.3 Make dry-run command compatible with symfony/console 5.3
* Add workaround for #1485 - don't attempt to read cookies while an alert is open * Only apply workaround when module is WebDriver
btw, what does it take to completely remove the Cept format? |
Delete src/Codeception/Test/Cept.php, src/Codeception/Test/Loader/Cept.php and GenerateCept command. |
Well... no idea why it keeps failing :) |
00bdf0e
to
d10e28a
Compare
|
One day we will be able to use stringable typehint. |
string typehint can come back, |
ahh ok, no problem |
dc852d4
to
f25ebdc
Compare
No description provided.