• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

squigg / azure-queue-laravel / 6e9da035-ea78-453b-a56d-5a8c77f86def

pending completion
6e9da035-ea78-453b-a56d-5a8c77f86def

push

circleci

squigg
Improve test config

51 of 51 relevant lines covered (100.0%)

10.94 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/src/AzureQueueServiceProvider.php
1
<?php
2

3
namespace Squigg\AzureQueueLaravel;
4

5
use Illuminate\Queue\QueueManager;
6
use Illuminate\Support\ServiceProvider;
7

8
class AzureQueueServiceProvider extends ServiceProvider
9
{
10

11
    /**
12
     * Bootstrap any application services.
13
     *
14
     * @return void
15
     */
16
    public function boot(): void
17
    {
18
        /** @var QueueManager $manager */
19
        $manager = $this->app['queue'];
44✔
20

21
        $manager->addConnector('azure', function () {
44✔
22
            return new AzureConnector;
2✔
23
        });
44✔
24
    }
25

26
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc