| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class CommonTestClass extends \PHPUnit\Framework\TestCase |
||
| 8 | { |
||
| 9 | public function mockEntry1(): IFilterEntry |
||
| 10 | { |
||
| 11 | return (new FilterEntry())->setKey('foo')->setValue('abc'); |
||
| 12 | } |
||
| 13 | |||
| 14 | public function mockEntry2(): IFilterEntry |
||
| 17 | } |
||
| 18 | |||
| 19 | public function mockEntry3(): IFilterEntry |
||
| 22 | } |
||
| 23 | } |
||
| 24 |