예제 #1
0
 public function testKey()
 {
     $this->pager->expects($this->any())->method('getResults')->will($this->returnValue(array(123 => new \stdClass())));
     $this->assertSame(123, $this->pager->key());
 }