-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[5.3][cypress] avoid deprecated in api tags #45091
base: 5.3-dev
Are you sure you want to change the base?
Conversation
I have tested this item ✅ successfully on 49f2add Additional Note:
And check by hand after the test:
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45091. |
I have tested this item ✅ successfully on 49f2add This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45091. |
rtc This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45091. |
I have tested this item ✅ successfully on 9ad4735 This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45091. |
Pull Request for Issue # .
Summary of Changes
set default
Testing Instructions
npx cypress run --spec '.\tests\System\integration\api\com_tags\Tags.cy.js
Actual result BEFORE applying this Pull Request
PHP Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in ..\530\administrator\components\com_tags\src\Model\TagsModel.php on line 299
Expected result AFTER applying this Pull Request
no more deprecated
Link to documentations
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed