phockito
phockito copied to clipboard
Missing return from argOfTypeThat()
trafficstars
Phockito::include_hamcrest(true) creates in global namespace argOfTypeThat() that calls HamcrestTypeBridge::argOfTypeThat(). However argOfTypeThat() is missing return statement. Fixed. Added test to cover the issue.