| Conditions | 1 |
| Paths | 1 |
| Total Lines | 16 |
| Code Lines | 14 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | private function ensureICanSeeAdvancedSearchBox() |
||
| 35 | { |
||
| 36 | $this->index->containsFilters([ |
||
| 37 | new Input('Switch'), |
||
| 38 | new Input('INN'), |
||
| 39 | new Input('IP'), |
||
| 40 | new Input('MAC address'), |
||
| 41 | new Input('Model'), |
||
| 42 | new Input('Order No.'), |
||
| 43 | (new Dropdown('hubsearch-type_id'))->withItems([ |
||
| 44 | 'Switch', |
||
| 45 | 'KVM', |
||
| 46 | 'APC', |
||
| 47 | 'Rack', |
||
| 48 | 'IPMI', |
||
| 49 | 'Module', |
||
| 50 | ]), |
||
| 83 |