Searched refs:_dummyArray (Results 1 – 3 of 3) sorted by relevance
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | Repeater.php | 52 private static $_dummyArray = ['f', 'o', 'o', 'b', 'a', 'r']; variable in Hoa\\Iterator\\Test\\Unit\\Repeater 60 $iterator = new LUT\Map(self::$_dummyArray), 67 self::$_dummyArray + 68 self::$_dummyArray + 69 self::$_dummyArray 79 $iterator = new LUT\Map(self::$_dummyArray), 96 self::$_dummyArray + 97 self::$_dummyArray + 98 self::$_dummyArray
|
H A D | Limit.php | 52 private static $_dummyArray = ['f', 'o', 'o', 'b', 'a', 'r']; variable in Hoa\\Iterator\\Test\\Unit\\Limit 60 $iterator = new LUT\Map(self::$_dummyArray), 76 ->given($iterator = new LUT\Map(self::$_dummyArray)) 87 $iterator = new LUT\Map(self::$_dummyArray),
|
H A D | Map.php | 52 private static $_dummyArray = ['f', 'o', 'o', 'b', 'a', 'r']; variable in Hoa\\Iterator\\Test\\Unit\\Map 59 ->given($iterator = new LUT\Map(self::$_dummyArray)) 63 ->isEqualTo(self::$_dummyArray);
|