Conditions | 1 |
Paths | 1 |
Total Lines | 8 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php declare(strict_types = 1); |
||
40 | public function testSearch(): void |
||
41 | { |
||
42 | /** @var \Suilven\FreeTextSearch\Page\SearchPage $photoSearchPage */ |
||
43 | $photoSearchPage = $this->objFromFixture(SearchPage::class, 'photo-search'); |
||
44 | $photoSearchPage->publishRecursive(); |
||
45 | |||
46 | $page = $this->get('/photo-search/?q=Fish'); |
||
47 | \error_log(\print_r($$page, 1)); |
||
48 | } |
||
50 |