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
- Fix references to old classnames (Hamcrest_Matcher -> Hamcrest\Matcher and Hamcrest_Core_IsInstanceOf -> Hamcrest\Core\IsInstanceOf)
- Pull in via composer rather than directly in-lining Hamcrest (fixeshafriedlander#38)
- Resolves the very important hafriedlander#37
- Fixes PhockitoHamcrestTest::testCanStubByType() having the test args around the wrong way (actual, expected instead of expected, actual)
It would be neat if
hamcrest/hamcrest-php
composer required instead of committed to the source code.The text was updated successfully, but these errors were encountered: