public function testDocumentsMethodReturnsCollection()
 {
     $category = new Category();
     $this->assertInstanceOf('Illuminate\\Support\\Collection', $category->documents());
 }