/**
  * Publish package tests to Laravel project.
  */
 private function publishTests()
 {
     $this->publishes(AdminLTE::tests(), 'adminlte');
 }