Пример #1
0
 public function testGetFullBookContentArray()
 {
     $book = Book::getBookById(17);
     $test = JSONRenderer::getFullBookContentArray($book);
     $this->assertCount(1, $test["authors"]);
     $this->assertCount(3, $test["tags"]);
     $this->assertCount(3, $test["datas"]);
 }