PHP 8.3.31
Preview: ParallelTestingServiceProvider.php Size: 849 B
/home/getspomw/royalsquad.us/vendor/laravel/framework/src/Illuminate/Testing/ParallelTestingServiceProvider.php

<?php

namespace Illuminate\Testing;

use Illuminate\Contracts\Support\DeferrableProvider;
use Illuminate\Support\ServiceProvider;
use Illuminate\Testing\Concerns\TestDatabases;

class ParallelTestingServiceProvider extends ServiceProvider implements DeferrableProvider
{
    use TestDatabases;

    /**
     * Boot the application's service providers.
     *
     * @return void
     */
    public function boot()
    {
        if ($this->app->runningInConsole()) {
            $this->bootTestDatabase();
        }
    }

    /**
     * Register the service provider.
     *
     * @return void
     */
    public function register()
    {
        if ($this->app->runningInConsole()) {
            $this->app->singleton(ParallelTesting::class, function () {
                return new ParallelTesting($this->app);
            });
        }
    }
}

Directory Contents

Dirs: 4 × Files: 14

Name Size Perms Modified Actions
Concerns DIR
- drwxrwxrwx 2025-09-17 06:52:58
Edit Download
- drwxrwxrwx 2025-09-17 06:52:58
Edit Download
- drwxrwxrwx 2025-09-17 06:52:58
Edit Download
Fluent DIR
- drwxrwxrwx 2025-09-17 06:52:58
Edit Download
1.14 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
11.30 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
1.37 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
1.05 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
136 B lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
1.41 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
737 B lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
6.75 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
849 B lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
14.54 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
4.12 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
47.58 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
4.83 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download
5.57 KB lrw-rw-rw- 2025-09-17 06:52:58
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).