| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 16 | public function shouldExecute() |
||
| 17 | { |
||
| 18 | //when |
||
| 19 | $commandTester = CommandFactory::tester('search', ['name' => 'smart']); |
||
| 20 | |||
| 21 | //then |
||
| 22 | $this->assertRegExp('/Search results/', $commandTester->getDisplay()); |
||
| 23 | $this->assertRegExp('/js-geo.git/', $commandTester->getDisplay()); |
||
| 24 | } |
||
| 25 | |||
| 48 |