Files
pest/tests/Fixtures/Tia/overlays/configured-default-branch/tests/Pest.php
T
nuno maduro d112582857 wip
2026-08-05 19:58:57 +01:00

12 lines
342 B
PHP

<?php
declare(strict_types=1);
require_once __DIR__.'/../app/Calculator.php';
require_once __DIR__.'/../app/Greeter.php';
// Declared default branch. Wins over whatever the repository autodetects — the
// escape hatch for a checkout with no `origin/HEAD` and a misleading
// `init.defaultBranch`.
pest()->tia()->defaultBranch('master');