| 1 | <?php  | 
            ||
| 21 | final class ProxyQueryTest extends TestCase  | 
            ||
| 22 | { | 
            ||
| 23 | /**  | 
            ||
| 24 | * @var Builder&MockObject  | 
            ||
| 25 | */  | 
            ||
| 26 | private $queryBuilder;  | 
            ||
| 27 | |||
| 28 | protected function setUp(): void  | 
            ||
| 32 | |||
| 33 | public function testSetLimitToZeroWhenResettingMaxResults(): void  | 
            ||
| 44 | |||
| 45 | public function testSetSkipToZeroWhenResettingFirstResult(): void  | 
            ||
| 56 | }  | 
            ||
| 57 |