public function testBeforeController()
 {
     $this->middleware->beforeController($this->controller, null);
     $this->assertNull(null);
 }