@@ -640,6 +640,10 @@ |
||
| 640 | 640 | $this->assertSame(null, $this->pager->getQuery()); |
| 641 | 641 | } |
| 642 | 642 | |
| 643 | + /** |
|
| 644 | + * @param Pager $obj |
|
| 645 | + * @param string $name |
|
| 646 | + */ |
|
| 643 | 647 | protected function callMethod($obj, $name, array $args = []) |
| 644 | 648 | { |
| 645 | 649 | $class = new \ReflectionClass($obj); |