Closed (fixed)
Project:
Mockable: Mock objects for Drupal
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2013 at 15:13 UTC
Updated:
8 Sep 2013 at 01:21 UTC
$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
Comment #1
alberto56 commenteddrush mockable-set "whatever" always calls mockable_set('*'), "whatever" being ignored.
Comment #2
alberto56 commented