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
PHPUnit-5.4 marked PHPUnit_Framework_TestCase::getMock() as deprecated.
It suggests to replace that usage with either createMock() or
getMockBuilder(). createMock() is only available since PHPUnit-5.4. This
commit replaces the usage of getMock() with getMockBuilder() as it is
also available in older PHPUnit versions.
0 commit comments