Exemplo n.º 1
0
 public function testGetCurrentPageNoParam()
 {
     $this->request->expects($this->once())->method('getParam')->with(Toolbar::PAGE_PARM_NAME)->will($this->returnValue(false));
     $this->assertEquals(1, $this->toolbarModel->getCurrentPage());
 }