public function setUp()
 {
     \Xpressengine\Comment\CommentEntity::setReplyCharlen(3);
 }
 /**
  * Bootstrap the application events.
  *
  * @return void
  */
 public function boot()
 {
     $source = base_path('core/src/Xpressengine/Comment/config/comment.php');
     $this->mergeConfigFrom($source, 'comment');
     CommentEntity::setReplyCharlen($this->app['config']['comment.commentReplyCodeLen']);
 }