예제 #1
0
 public function testGetTableRepository()
 {
     $repository = $this->rm->getTableRepository('user');
     $this->assertInstanceOf('\\Dive\\Table\\Repository', $repository);
 }