コード例 #1
0
ファイル: PagerfantaTest.php プロジェクト: 3lolo/lr_app
 public function testGetAdapterShouldReturnTheAdapter()
 {
     $this->assertSame($this->adapter, $this->pagerfanta->getAdapter());
 }