| Total Complexity | 3 | 
| Total Lines | 23 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 13 | final class GetIterableTester  | 
            ||
| 14 | { | 
            ||
| 15 | public static function assertResultsAreTheSame(Query $query) : void  | 
            ||
| 26 | }  | 
            ||
| 27 | |||
| 28 | /**  | 
            ||
| 29 | * Copy the iterable into an array. If the iterable is already an array, return it.  | 
            ||
| 30 | *  | 
            ||
| 31 | * @return mixed[]  | 
            ||
| 32 | */  | 
            ||
| 33 | public static function iterableToArray(iterable $iterable) : array  | 
            ||
| 38 |