| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 33 | private function ensureICanSeeAdvancedSearchBox() |
||
| 34 | { |
||
| 35 | $this->index->containsFilters([ |
||
| 36 | new Input('Anytext'), |
||
| 37 | new Select2('Author'), |
||
| 38 | new Select2('Recipient'), |
||
| 39 | new Select2('Status'), |
||
| 40 | new Select2('Assignee'), |
||
| 41 | new Select2('Priority'), |
||
| 42 | new Select2('Watchers'), |
||
| 43 | new Input('Topics'), |
||
| 44 | ]); |
||
| 45 | } |
||
| 46 | |||
| 56 |