shmock icon indicating copy to clipboard operation
shmock copied to clipboard

SHorthand for MOCKing in PHPUnit

Results 3 shmock issues
Sort by recently updated
recently updated
newest added

Updating composer dependencies; fixing Shmock\Instance augmented types annotation

e.g. ``` class MagicMethodTest { /** * @param string $methodName * @param array $argument * * @return string */ public function __call($methodName, array $argument) { return $methodName; } } class...