phockito icon indicating copy to clipboard operation
phockito copied to clipboard

Missing return from argOfTypeThat()

Open tpimienta opened this issue 7 years ago • 0 comments
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.

tpimienta avatar Jul 28 '18 21:07 tpimienta