public function test_custom_functions_can_be_registered()
 {
     $this->manager->shouldReceive('extendAll')->once();
     $this->provider->boot($this->manager);
 }