-
Notifications
You must be signed in to change notification settings - Fork 156
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
Network Site Connections test suite #2
Comments
Added unit test for push method, #2
The class is definitely used. However, no connection checking is necessary since it's internal. |
I've re-visited the push() method, and did notice that if I know based on prior comments we're not testing HTML, and some methods have a higher priority than others. Specifically which other methods should we test? This test was actually done on a different branch 707dbf8 |
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
There should be separate tests files for both NetworkSiteConnections.php and InternalConnections/NetworkSiteConnection.php.
For NetworkSiteConnection.php, we will need to test:
The text was updated successfully, but these errors were encountered: