$drush mockable-reset
$drush eval 'echo mockable_get("a")'
0
$ drush mockable-set b*
$ drush eval 'echo mockable_get("a")'
1

We are expecting the above to be 0 because mockable-set b* should apply only to those functions beginning with "b"

Comments

alberto56’s picture

Title: Mockable pattern applies where it should not » drush mockable-set does not use the arg

drush mockable-set "whatever" always calls mockable_set('*'), "whatever" being ignored.

alberto56’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.