public function testGetTable()
 {
     $this->assertSame('books', Book::getTable());
 }