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
{{ message }}
This repository was archived by the owner on Jan 29, 2020. It is now read-only.
Replace assertContainsOnly calls in SharedEventManagerTest
The behavior of `assertContainsOnly()` changed in PHPUnit 7, and now
expects the first argument is a string type. Previously, we were passing
an instance to find in the array. Now we pull the single discovered
listener off and test using `assertSame()`.
0 commit comments