SYMBOL INDEX (496 symbols across 128 files) FILE: database/migrations/2022_08_18_180137_change_migration_actions_table.php method up (line 11) | public function up(): void method down (line 24) | public function down(): void method hasTable (line 35) | protected function hasTable(): bool method hasColumn (line 40) | protected function hasColumn(string $column): bool method doesntHaveColumn (line 45) | protected function doesntHaveColumn(string $column): bool method table (line 50) | protected function table(): string FILE: database/migrations/2023_01_21_172923_rename_migrations_actions_table_to_actions.php method up (line 10) | public function up(): void method down (line 19) | public function down(): void method validateTable (line 28) | protected function validateTable(string $name): void method doesntSame (line 35) | protected function doesntSame(string $first, string $second): bool method table (line 40) | protected function table(): string FILE: database/migrations/2024_05_21_112438_rename_actions_table_to_operations.php method up (line 10) | public function up(): void method down (line 19) | public function down(): void method validateTable (line 28) | protected function validateTable(string $name): void method doesntSame (line 35) | protected function doesntSame(string $first, string $second): bool method table (line 40) | protected function table(): string FILE: database/migrations/2024_05_21_114318_rename_column_in_operations_table.php method up (line 11) | public function up(): void method down (line 16) | public function down(): void method rename (line 21) | protected function rename(string $from, string $to): void method table (line 28) | protected function table(): string FILE: docs/snippets/async.php method __invoke (line 8) | public function __invoke() method shouldBeAsync (line 13) | public function shouldBeAsync(): bool FILE: docs/snippets/di_invoke.php method __invoke (line 9) | public function __invoke(Some $some): void FILE: docs/snippets/di_up_down.php method up (line 9) | public function up(Some $some): void method down (line 14) | public function down(Some $some): void FILE: docs/snippets/empty.php method __invoke (line 8) | public function __invoke(): void FILE: docs/snippets/event_service_provider.php class EventServiceProvider (line 14) | class EventServiceProvider extends ServiceProvider FILE: docs/snippets/example.php method __invoke (line 9) | public function __invoke(): void FILE: docs/snippets/example_artisan.php method __invoke (line 8) | public function __invoke(): void FILE: docs/snippets/except_environment.php method __invoke (line 8) | public function __invoke() method shouldRun (line 13) | public function shouldRun(): bool FILE: docs/snippets/failed_status.php method up (line 9) | public function up(): void method down (line 14) | public function down(): void method success (line 19) | public function success(): void method failed (line 24) | public function failed(): void FILE: docs/snippets/invokable_status.php method __invoke (line 9) | public function __invoke(): void method success (line 14) | public function success(): void method failed (line 19) | public function failed(): void FILE: docs/snippets/invoke_and_down.php method __invoke (line 9) | public function __invoke(): void {} method down (line 13) | public function down(): void {} FILE: docs/snippets/listen_events.php class AppServiceProvider (line 13) | class AppServiceProvider extends ServiceProvider method boot (line 15) | public function boot(): void FILE: docs/snippets/need_before.php method __invoke (line 8) | public function __invoke() method needBefore (line 13) | public function needBefore(): bool FILE: docs/snippets/on_environment.php method __invoke (line 8) | public function __invoke() method shouldRun (line 13) | public function shouldRun(): bool FILE: docs/snippets/on_environments.php method __invoke (line 8) | public function __invoke() method shouldRun (line 13) | public function shouldRun(): bool FILE: docs/snippets/once_method.php method __invoke (line 8) | public function __invoke() method shouldOnce (line 13) | public function shouldOnce(): bool FILE: docs/snippets/some_listener.php class SomeOperationsListener (line 9) | class SomeOperationsListener method handle (line 11) | public function handle(BaseEvent $event): void FILE: docs/snippets/success_status.php method up (line 9) | public function up(): void method down (line 14) | public function down(): void method success (line 19) | public function success(): void method failed (line 24) | public function failed(): void FILE: docs/snippets/with_operation.php method __invoke (line 8) | public function __invoke() method withOperation (line 13) | public function withOperation(): string FILE: docs/snippets/with_operation_helper.php method withOperation (line 10) | public function withOperation(): string FILE: docs/snippets/within_transactions.php method __invoke (line 8) | public function __invoke() method withinTransactions (line 13) | public function withinTransactions(): bool FILE: src/Concerns/ConfirmableTrait.php type ConfirmableTrait (line 9) | trait ConfirmableTrait method allowToProceed (line 15) | protected function allowToProceed(): bool FILE: src/Concerns/HasAbout.php type HasAbout (line 11) | trait HasAbout method registerAbout (line 15) | protected function registerAbout(): void method getPackageName (line 22) | protected function getPackageName(): string method getPackageVersion (line 32) | protected function getPackageVersion(): string FILE: src/Concerns/HasArtisan.php type HasArtisan (line 10) | trait HasArtisan method artisan (line 12) | protected function artisan(string $command, array $parameters = [], ?O... FILE: src/Concerns/HasIsolatable.php type HasIsolatable (line 13) | trait HasIsolatable method isolationMutex (line 15) | protected function isolationMutex(): MutexService method isolatedStatusCode (line 20) | protected function isolatedStatusCode(): int method getIsolateOption (line 29) | protected function getIsolateOption(): bool|int method hasIsolateOption (line 34) | protected function hasIsolateOption(): bool FILE: src/Concerns/HasOptionable.php type HasOptionable (line 15) | trait HasOptionable method configure (line 26) | protected function configure(): void method getOptions (line 31) | protected function getOptions(): array method getArguments (line 38) | protected function getArguments(): array method availableArguments (line 45) | protected function availableArguments(): array method availableOptions (line 56) | protected function availableOptions(): array FILE: src/Console/Command.php class Command (line 20) | abstract class Command extends BaseCommand method handle (line 28) | public function handle(): int method execute (line 39) | protected function execute(InputInterface $input, OutputInterface $out... method resolveProcessor (line 56) | protected function resolveProcessor(): Processor method getOptionsData (line 65) | protected function getOptionsData(): OptionsData FILE: src/Console/FreshCommand.php class FreshCommand (line 12) | class FreshCommand extends Command FILE: src/Console/InstallCommand.php class InstallCommand (line 11) | class InstallCommand extends Command FILE: src/Console/MakeCommand.php class MakeCommand (line 12) | class MakeCommand extends Command FILE: src/Console/OperationsCommand.php class OperationsCommand (line 12) | class OperationsCommand extends Command FILE: src/Console/RollbackCommand.php class RollbackCommand (line 12) | class RollbackCommand extends Command FILE: src/Console/StatusCommand.php class StatusCommand (line 12) | class StatusCommand extends Command FILE: src/Constants/Names.php class Names (line 7) | class Names FILE: src/Constants/Options.php class Options (line 7) | class Options FILE: src/Constants/Order.php class Order (line 7) | class Order FILE: src/Data/Casts/BoolCast.php class BoolCast (line 12) | class BoolCast implements Cast method cast (line 14) | public function cast(DataProperty $property, mixed $value, array $prop... FILE: src/Data/Casts/Config/ExcludeCast.php class ExcludeCast (line 13) | class ExcludeCast implements Cast method cast (line 15) | public function cast(DataProperty $property, mixed $value, array $prop... FILE: src/Data/Casts/Config/PathCast.php class PathCast (line 13) | class PathCast implements Cast method cast (line 15) | public function cast(DataProperty $property, mixed $value, array $prop... FILE: src/Data/Casts/OperationNameCast.php class OperationNameCast (line 12) | class OperationNameCast implements Cast method cast (line 14) | public function cast(DataProperty $property, mixed $value, array $prop... FILE: src/Data/Casts/PathCast.php class PathCast (line 16) | class PathCast implements Cast method cast (line 18) | public function cast(DataProperty $property, mixed $value, array $prop... method filename (line 29) | protected function filename(string $path): false|string method config (line 34) | protected function config(): ConfigData FILE: src/Data/Config/ConfigData.php class ConfigData (line 12) | class ConfigData extends Data FILE: src/Data/Config/QueueData.php class QueueData (line 9) | class QueueData extends Data FILE: src/Data/Config/ShowData.php class ShowData (line 11) | #[MapInputName(SnakeCaseMapper::class)] FILE: src/Data/Config/TransactionsData.php class TransactionsData (line 9) | class TransactionsData extends Data FILE: src/Data/OptionsData.php class OptionsData (line 13) | class OptionsData extends Data method prepareForPipeline (line 38) | public static function prepareForPipeline(array $properties): array FILE: src/Enums/StatusEnum.php method toColor (line 13) | public function toColor(): string FILE: src/Events/BaseEvent.php class BaseEvent (line 9) | abstract class BaseEvent method __construct (line 11) | public function __construct( FILE: src/Events/DeployOperationEnded.php class DeployOperationEnded (line 7) | class DeployOperationEnded extends BaseEvent {} FILE: src/Events/DeployOperationFailed.php class DeployOperationFailed (line 7) | class DeployOperationFailed extends BaseEvent {} FILE: src/Events/DeployOperationStarted.php class DeployOperationStarted (line 7) | class DeployOperationStarted extends BaseEvent {} FILE: src/Events/NoPendingDeployOperations.php class NoPendingDeployOperations (line 7) | class NoPendingDeployOperations extends BaseEvent {} FILE: src/Helpers/GitHelper.php class GitHelper (line 15) | class GitHelper method currentBranch (line 17) | public function currentBranch(?string $path = null): ?string method exec (line 26) | protected function exec(string $command, ?string $path = null): ?string method hasGitDirectory (line 31) | protected function hasGitDirectory(?string $path = null): bool method resolvePath (line 40) | protected function resolvePath(?string $path = null): string FILE: src/Helpers/OperationHelper.php class OperationHelper (line 12) | class OperationHelper method run (line 14) | public static function run(?string $path = null, ?bool $realpath = nul... FILE: src/Helpers/SorterHelper.php class SorterHelper (line 13) | class SorterHelper method byValues (line 15) | public function byValues(array $items): array method byKeys (line 20) | public function byKeys(array $items): array method byRan (line 25) | public function byRan(array $values, array $completed): array method callback (line 36) | protected function callback(): Closure FILE: src/Jobs/OperationJob.php class OperationJob (line 20) | class OperationJob implements ShouldBeUnique, ShouldQueue method __construct (line 27) | public function __construct( method handle (line 34) | public function handle(): void method uniqueId (line 42) | public function uniqueId(): string method config (line 47) | protected function config(): ConfigData FILE: src/Listeners/Listener.php class Listener (line 15) | abstract class Listener method withOperation (line 17) | protected function withOperation(Migration $migration): ?string method run (line 26) | protected function run(string $method, string $operation): void method call (line 34) | protected function call(string $command, string $filename, array $para... FILE: src/Listeners/MigrationEndedListener.php class MigrationEndedListener (line 9) | class MigrationEndedListener extends Listener method handle (line 11) | public function handle(MigrationEnded $event): void FILE: src/Notifications/Notification.php class Notification (line 12) | class Notification method line (line 22) | public function line(string $string, ?string $style = null): void method info (line 29) | public function info(string $string): void method warning (line 36) | public function warning(string $string): void method task (line 43) | public function task(string $description, Closure $task): void method twoColumn (line 54) | public function twoColumn(string $first, string $second): void method components (line 61) | protected function components(): Factory method setOutput (line 66) | public function setOutput(OutputStyle $output, bool $silent = false): ... method canSpeak (line 74) | protected function canSpeak(): bool FILE: src/Operation.php class Operation (line 12) | abstract class Operation method shouldOnce (line 22) | public function shouldOnce(): bool method withinTransactions (line 28) | public function withinTransactions(): bool method shouldRun (line 34) | public function shouldRun(): bool method needBefore (line 40) | public function needBefore(): bool method needAsync (line 46) | public function needAsync(): bool method success (line 52) | public function success(): void {} method failed (line 55) | public function failed(): void {} FILE: src/Processors/FreshProcessor.php class FreshProcessor (line 10) | class FreshProcessor extends Processor method handle (line 12) | public function handle(): void method drop (line 18) | protected function drop(): void method operations (line 25) | protected function operations(): void FILE: src/Processors/InstallProcessor.php class InstallProcessor (line 11) | class InstallProcessor extends Processor method handle (line 13) | public function handle(): void method isFile (line 27) | protected function isFile(string $path): bool method exists (line 32) | protected function exists(): bool method create (line 37) | protected function create(): void method ensureDirectory (line 42) | protected function ensureDirectory(): void FILE: src/Processors/MakeProcessor.php class MakeProcessor (line 17) | class MakeProcessor extends Processor method handle (line 23) | public function handle(): void method message (line 30) | protected function message(string $path): string method create (line 35) | protected function create(string $path): void method displayName (line 40) | protected function displayName(string $path): string method getName (line 49) | protected function getName(): string method getPath (line 56) | protected function getPath(): string method getFullPath (line 61) | protected function getFullPath(): string method getFilename (line 66) | protected function getFilename(string $branch): string method getBranchName (line 81) | protected function getBranchName(): string method askForName (line 94) | protected function askForName(): string method promptForName (line 101) | protected function promptForName(): array method getTime (line 106) | protected function getTime(): string method stubPath (line 111) | protected function stubPath(): string method showFullPath (line 120) | protected function showFullPath(): bool FILE: src/Processors/OperationsProcessor.php class OperationsProcessor (line 17) | class OperationsProcessor extends Processor method handle (line 19) | public function handle(): void method showCaption (line 26) | protected function showCaption(): void method ensureRepository (line 31) | protected function ensureRepository(): void method runOperations (line 40) | protected function runOperations(array $completed): void method runEach (line 61) | protected function runEach(array $files, int $batch): void method run (line 68) | protected function run(string $filename, int $batch): void method getNewFiles (line 73) | protected function getNewFiles(array $completed): array method getCompleted (line 81) | protected function getCompleted(): array method getBatch (line 86) | protected function getBatch(): int FILE: src/Processors/Processor.php class Processor (line 26) | abstract class Processor method handle (line 30) | abstract public function handle(): void; method __construct (line 32) | public function __construct( method getFiles (line 50) | protected function getFiles(string $path, ?Closure $filter = null): array method runCommand (line 66) | protected function runCommand(string $command, array $options = []): void method tableNotFound (line 71) | protected function tableNotFound(): bool method fireEvent (line 82) | protected function fireEvent(string $event, MethodEnum $method): void method isFile (line 87) | protected function isFile(string $path): bool FILE: src/Processors/RollbackProcessor.php class RollbackProcessor (line 12) | class RollbackProcessor extends Processor method handle (line 14) | public function handle(): void method showCaption (line 36) | protected function showCaption(): void method run (line 41) | protected function run(array $rows): void method getOperations (line 48) | protected function getOperations(?int $step): array method rollback (line 55) | protected function rollback(string $item): void method nothingToRollback (line 60) | protected function nothingToRollback(): bool method count (line 71) | protected function count(): int FILE: src/Processors/StatusProcessor.php class StatusProcessor (line 12) | class StatusProcessor extends Processor method handle (line 18) | public function handle(): void method showCaption (line 37) | protected function showCaption(): void method showHeaders (line 42) | protected function showHeaders(): void method showStatus (line 47) | protected function showStatus(array $items, array $completed): void method merge (line 56) | protected function merge(array $items, array $completed): array method getData (line 61) | protected function getData(): array method getStatusFor (line 69) | protected function getStatusFor(array $completed, string $item): string method getCompleted (line 78) | protected function getCompleted(): array method isEmpty (line 85) | protected function isEmpty(array $items, array $completed): bool FILE: src/Repositories/OperationsRepository.php class OperationsRepository (line 18) | class OperationsRepository method __construct (line 22) | public function __construct( method getCompleted (line 27) | public function getCompleted(): Collection method getByStep (line 32) | public function getByStep(int $steps): array method getLast (line 40) | public function getLast(): array method getNextBatchNumber (line 48) | public function getNextBatchNumber(): int method getLastBatchNumber (line 53) | public function getLastBatchNumber(): int method log (line 58) | public function log(string $operation, int $batch): void method delete (line 63) | public function delete(string $operation): void method createRepository (line 68) | public function createRepository(): void method repositoryExists (line 79) | public function repositoryExists(): bool method deleteRepository (line 84) | public function deleteRepository(): void method getBatchNumbers (line 90) | protected function getBatchNumbers(int $steps): array method sortedTable (line 99) | protected function sortedTable(string $order = Order::Asc): Query method schema (line 106) | protected function schema(): Builder method table (line 111) | protected function table(): Query method getConnection (line 116) | protected function getConnection(): ConnectionInterface method setConnection (line 123) | public function setConnection(?string $connection): self FILE: src/ServiceProvider.php class ServiceProvider (line 16) | class ServiceProvider extends BaseServiceProvider method boot (line 20) | public function boot(): void method register (line 35) | public function register(): void method registerCommands (line 40) | protected function registerCommands(): void method registerEvents (line 52) | protected function registerEvents(): void method registerMigrations (line 57) | protected function registerMigrations(): void method publishConfig (line 62) | protected function publishConfig(): void method publishStub (line 69) | protected function publishStub(): void method registerConfig (line 78) | protected function registerConfig(): void method bootConfig (line 83) | protected function bootConfig(): void FILE: src/Services/MigratorService.php class MigratorService (line 27) | class MigratorService method __construct (line 29) | public function __construct( method setConnection (line 37) | public function setConnection(?string $connection): self method setOutput (line 44) | public function setOutput(OutputStyle $output): self method runUp (line 51) | public function runUp(string $filename, int $batch, OptionsData $optio... method runDown (line 82) | public function runDown(string $filename, OptionsData $options): void method runOperation (line 94) | protected function runOperation(Operation $operation, string $method):... method hasMethod (line 109) | protected function hasMethod(Operation $operation, string $method): bool method needAsync (line 114) | protected function needAsync(Operation $operation, OptionsData $option... method runMethod (line 119) | protected function runMethod(Operation $operation, string $method, boo... method log (line 126) | protected function log(string $name, int $batch): void method deleteLog (line 131) | protected function deleteLog(string $name): void method allowOperation (line 136) | protected function allowOperation(Operation $operation, OptionsData $o... method disallowBefore (line 145) | protected function disallowBefore(Operation $operation, OptionsData $o... method resolvePath (line 150) | protected function resolvePath(string $filename, string $path): string method resolveOperation (line 165) | protected function resolveOperation(string $path): Operation method resolveOperationName (line 174) | protected function resolveOperationName(string $path): string FILE: src/Services/MutexService.php class MutexService (line 12) | class MutexService method __construct (line 16) | public function __construct( method create (line 20) | public function create(Command $command): bool method forget (line 25) | public function forget(Command $command): void method store (line 32) | protected function store(): Repository method ttl (line 37) | protected function ttl(): CarbonInterval method name (line 42) | protected function name(Command $command): string FILE: src/helpers.php function operation (line 8) | function operation(string $filename): string FILE: tests/Commands/EventsTest.php class EventsTest (line 16) | class EventsTest extends TestCase method testSuccess (line 18) | public function testSuccess(): void method testFailed (line 32) | public function testFailed(): void FILE: tests/Commands/FreshTest.php class FreshTest (line 10) | class FreshTest extends TestCase method testFreshCommand (line 12) | public function testFreshCommand(): void FILE: tests/Commands/InstallTest.php class InstallTest (line 11) | class InstallTest extends TestCase method testCreate (line 13) | public function testCreate(): void method testAlreadyCreated (line 22) | public function testAlreadyCreated(): void method testMutedCreate (line 32) | public function testMutedCreate(): void method testMutedAlreadyCreated (line 41) | public function testMutedAlreadyCreated(): void FILE: tests/Commands/MakeTest.php class MakeTest (line 11) | class MakeTest extends TestCase method testMakingFiles (line 13) | public function testMakingFiles(): void method testAskedName (line 31) | public function testAskedName(): void method testAutoName (line 44) | public function testAutoName(): void method testNestedRightSlashWithoutExtension (line 57) | public function testNestedRightSlashWithoutExtension(): void method testNestedRightSlashWithExtension (line 75) | public function testNestedRightSlashWithExtension(): void method testNestedLeftSlashWithoutExtension (line 93) | public function testNestedLeftSlashWithoutExtension(): void method testNestedLeftSlashWithExtension (line 111) | public function testNestedLeftSlashWithExtension(): void method testFromCustomizedStub (line 129) | public function testFromCustomizedStub(): void FILE: tests/Commands/MutexTest.php class MutexTest (line 16) | class MutexTest extends TestCase method setUp (line 22) | protected function setUp(): void method testCanRunIsolatedCommandIfNotBlocked (line 42) | public function testCanRunIsolatedCommandIfNotBlocked(): void method testCannotRunIsolatedCommandIfBlocked (line 56) | public function testCannotRunIsolatedCommandIfBlocked(): void method testCanRunCommandAgainAfterOtherCommandFinished (line 70) | public function testCanRunCommandAgainAfterOtherCommandFinished(): void method testCanRunCommandAgainNonAutomated (line 85) | public function testCanRunCommandAgainNonAutomated(): void method runCommand (line 94) | protected function runCommand($withIsolated = true) FILE: tests/Commands/OperationsTest.php class OperationsTest (line 18) | class OperationsTest extends TestCase method testSuccess (line 20) | public function testSuccess(): void method testSameName (line 36) | public function testSameName(): void method testOnce (line 56) | public function testOnce(): void method testSuccessTransaction (line 89) | public function testSuccessTransaction(): void method testFailedTransaction (line 107) | public function testFailedTransaction(): void method testSingleEnvironment (line 131) | public function testSingleEnvironment(): void method testManyEnvironments (line 166) | public function testManyEnvironments(): void method testAllow (line 207) | public function testAllow(): void method testUpSuccess (line 233) | public function testUpSuccess(): void method testUpSuccessOnFailed (line 251) | public function testUpSuccessOnFailed(): void method testUpFailed (line 285) | public function testUpFailed(): void method testUpFailedOnException (line 303) | public function testUpFailedOnException(): void method testPathAsFileWithExtension (line 337) | public function testPathAsFileWithExtension(): void method testPathAsFileWithoutExtension (line 359) | public function testPathAsFileWithoutExtension(): void method testPathAsDirectory (line 381) | public function testPathAsDirectory(): void method testOperationsNotFound (line 403) | public function testOperationsNotFound(): void method testDisabledBefore (line 414) | public function testDisabledBefore(): void method testEnabledBefore (line 440) | public function testEnabledBefore(): void method testMixedBefore (line 466) | public function testMixedBefore(): void method testDI (line 504) | public function testDI(): void method testSorting (line 532) | public function testSorting(): void method testDirectoryExclusion (line 564) | public function testDirectoryExclusion(): void method testFileExclusion (line 616) | public function testFileExclusion(): void method testEmptyDirectory (line 663) | public function testEmptyDirectory(): void method testAsync (line 680) | public function testAsync(): void method testSync (line 716) | public function testSync(): void method testViaMigrationMethod (line 753) | public function testViaMigrationMethod(): void FILE: tests/Commands/RollbackTest.php class RollbackTest (line 13) | class RollbackTest extends TestCase method testRollbackCommand (line 15) | public function testRollbackCommand(): void method testEnvironment (line 57) | public function testEnvironment(): void method testDownSuccess (line 90) | public function testDownSuccess(): void method testDownSuccessOnFailed (line 113) | public function testDownSuccessOnFailed(): void method testDownFailed (line 153) | public function testDownFailed(): void method testUpFailedOnException (line 176) | public function testUpFailedOnException(): void method testDisabledBefore (line 212) | public function testDisabledBefore(): void method testEnabledBefore (line 240) | public function testEnabledBefore(): void method testDI (line 268) | public function testDI(): void FILE: tests/Commands/StatusTest.php class StatusTest (line 10) | class StatusTest extends TestCase method testNotFound (line 12) | public function testNotFound(): void method testStatusCommand (line 21) | public function testStatusCommand(): void FILE: tests/Concerns/AssertDatabase.php type AssertDatabase (line 11) | trait AssertDatabase method assertDatabaseHasTable (line 13) | protected function assertDatabaseHasTable(string $table): void method assertDatabaseDoesntTable (line 20) | protected function assertDatabaseDoesntTable(string $table): void method assertDatabaseOperationHas (line 27) | protected function assertDatabaseOperationHas( method assertDatabaseHasLike (line 36) | protected function assertDatabaseHasLike(string $table, string $column... method assertDatabaseOperationDoesntLike (line 46) | protected function assertDatabaseOperationDoesntLike( method assertDatabaseDoesntLike (line 55) | protected function assertDatabaseDoesntLike(string $table, string $col... method hasTable (line 65) | protected function hasTable(string $table): bool FILE: tests/Concerns/Database.php type Database (line 7) | trait Database method setDatabase (line 13) | protected function setDatabase($app): void method freshDatabase (line 27) | protected function freshDatabase(): void FILE: tests/Concerns/Files.php type Files (line 11) | trait Files method freshFiles (line 13) | protected function freshFiles(): void method copyFiles (line 21) | protected function copyFiles(): void method copyAsync (line 29) | protected function copyAsync(): void method copyEmptyDirectory (line 37) | protected function copyEmptyDirectory(): void method copyDI (line 45) | protected function copyDI(): void method copyViaMigrations (line 53) | protected function copyViaMigrations(): void method copySuccessFailureMethod (line 61) | protected function copySuccessFailureMethod(): void method copyFailedMethod (line 69) | protected function copyFailedMethod(): void method copySuccessTransaction (line 77) | protected function copySuccessTransaction(): void method copyFailedTransaction (line 85) | protected function copyFailedTransaction(): void method targetDirectory (line 93) | protected function targetDirectory(string $path = ''): string method stubsDirectory (line 102) | protected function stubsDirectory(): string method getOperationsPath (line 107) | protected function getOperationsPath(): string FILE: tests/Concerns/Some.php class Some (line 7) | class Some method get (line 9) | public function get(string $value): string FILE: tests/Helpers/GitTest.php class GitTest (line 10) | class GitTest extends TestCase method testCurrentBranchNull (line 12) | public function testCurrentBranchNull(): void method testCurrentBranch (line 17) | public function testCurrentBranch(): void method git (line 24) | protected function git(): GitHelper FILE: tests/Helpers/OperationTest.php class OperationTest (line 11) | class OperationTest extends TestCase method testSuccess (line 13) | public function testSuccess(): void method testPath (line 30) | public function testPath(): void FILE: tests/Helpers/SorterTest.php class SorterTest (line 10) | class SorterTest extends TestCase method testByValues (line 12) | public function testByValues(): void method testByKeys (line 35) | public function testByKeys(): void method testByRan (line 58) | public function testByRan(): void method sorter (line 87) | protected function sorter(): SorterHelper FILE: tests/TestCase.php class TestCase (line 19) | abstract class TestCase extends BaseTestCase method setUp (line 26) | protected function setUp(): void method getPackageProviders (line 34) | protected function getPackageProviders($app): array method getEnvironmentSetUp (line 42) | protected function getEnvironmentSetUp($app): void method table (line 49) | protected function table(): Builder method repository (line 54) | protected function repository(): OperationsRepository FILE: tests/fixtures/app/async/2021_04_06_212742_every_time.php method __invoke (line 11) | public function __invoke(): void method table (line 18) | protected function table(): Builder method shouldOnce (line 23) | public function shouldOnce(): bool method needAsync (line 28) | public function needAsync(): bool FILE: tests/fixtures/app/async/2023_04_06_212637_foo_bar.php method __invoke (line 11) | public function __invoke(): void method table (line 18) | protected function table(): Builder method needAsync (line 23) | public function needAsync(): bool FILE: tests/fixtures/app/di/2022_10_11_234251_invoke.php method __invoke (line 11) | public function __invoke(Some $some): void method table (line 18) | protected function table(): Builder FILE: tests/fixtures/app/di/2022_10_11_234251_invoke_down.php method __invoke (line 11) | public function __invoke(Some $some): void method down (line 18) | public function down(Some $some): void method table (line 25) | protected function table(): Builder FILE: tests/fixtures/app/di/2022_10_11_234312_up_down.php method up (line 11) | public function up(Some $some): void method down (line 18) | public function down(Some $some): void method table (line 25) | protected function table(): Builder FILE: tests/fixtures/app/operations/2020_12_07_153105_foo_bar.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 23) | protected function table(): Builder FILE: tests/fixtures/app/operations/2021_01_02_020947_every_time.php method up (line 11) | public function up(): void method table (line 18) | protected function table(): Builder method shouldOnce (line 23) | public function shouldOnce(): bool FILE: tests/fixtures/app/operations/2021_05_24_120003_run_on_all.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder FILE: tests/fixtures/app/operations/2021_05_24_120003_run_on_many_environments.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder method shouldRun (line 30) | public function shouldRun(): bool FILE: tests/fixtures/app/operations/2021_05_24_120003_run_on_production.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder method shouldRun (line 30) | public function shouldRun(): bool FILE: tests/fixtures/app/operations/2021_05_24_120003_run_on_testing.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder method shouldRun (line 30) | public function shouldRun(): bool FILE: tests/fixtures/app/operations/2021_06_07_132849_run_except_production.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder method shouldRun (line 30) | public function shouldRun(): bool FILE: tests/fixtures/app/operations/2021_06_07_132917_run_except_testing.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder method shouldRun (line 30) | public function shouldRun(): bool FILE: tests/fixtures/app/operations/2021_06_07_134045_run_except_many_environments.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder method shouldRun (line 30) | public function shouldRun(): bool FILE: tests/fixtures/app/operations/2021_10_26_143247_run_allow.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder FILE: tests/fixtures/app/operations/2021_10_26_143304_run_disallow.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder method shouldRun (line 30) | public function shouldRun(): bool FILE: tests/fixtures/app/operations/2021_12_23_165047_run_success.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method success (line 25) | public function success(): void method table (line 32) | protected function table(): Builder FILE: tests/fixtures/app/operations/2021_12_23_184029_run_failed.php method up (line 11) | public function up(): void {} method down (line 13) | public function down(): void {} method failed (line 15) | public function failed(): void method table (line 22) | protected function table(): Builder FILE: tests/fixtures/app/operations/2022_08_17_135147_test_before_enabled.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder method needBefore (line 30) | public function needBefore(): bool FILE: tests/fixtures/app/operations/2022_08_17_135153_test_before_disabled.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 25) | protected function table(): Builder method needBefore (line 30) | public function needBefore(): bool FILE: tests/fixtures/app/operations/sub_path/2021_12_15_205804_baz.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 23) | protected function table(): Builder FILE: tests/fixtures/app/operations/sub_path/2022_10_27_230732_foo.php method up (line 11) | public function up(): void method down (line 18) | public function down(): void method table (line 23) | protected function table(): Builder FILE: tests/fixtures/app/operations_failed/2021_12_23_165048_run_success_on_failed.php method up (line 11) | public function up(): void method down (line 16) | public function down(): void method success (line 21) | public function success(): void method table (line 28) | protected function table(): Builder FILE: tests/fixtures/app/operations_failed/2021_12_23_184029_run_failed_failure.php method up (line 11) | public function up(): void method down (line 16) | public function down(): void method failed (line 21) | public function failed(): void method table (line 28) | protected function table(): Builder FILE: tests/fixtures/app/via_migrations/2025_03_31_213407_custom.php method __invoke (line 11) | public function __invoke(Some $some): void method table (line 18) | protected function table(): Builder FILE: tests/fixtures/app/via_migrations/2025_03_31_234251_invoke.php method __invoke (line 11) | public function __invoke(Some $some): void method table (line 18) | protected function table(): Builder FILE: tests/fixtures/app/via_migrations/2025_03_31_234312_up_down.php method up (line 11) | public function up(Some $some): void method down (line 18) | public function down(Some $some): void method table (line 25) | protected function table(): Builder FILE: tests/fixtures/migrations/2020_12_07_164624_create_test_table.php method up (line 10) | public function up(): void method down (line 17) | public function down(): void FILE: tests/fixtures/migrations/2021_01_02_022431_create_every_time_table.php method up (line 10) | public function up(): void method down (line 17) | public function down(): void FILE: tests/fixtures/migrations/2021_02_15_124419_create_transactions_table.php method up (line 10) | public function up(): void method down (line 17) | public function down(): void FILE: tests/fixtures/migrations/2021_05_24_122027_create_environment_table.php method up (line 10) | public function up(): void method down (line 17) | public function down(): void FILE: tests/fixtures/migrations/2021_12_23_165218_create_success_table.php method up (line 10) | public function up(): void method down (line 17) | public function down(): void FILE: tests/fixtures/migrations/2021_12_23_184434_create_failed_table.php method up (line 10) | public function up(): void method down (line 17) | public function down(): void FILE: tests/fixtures/migrations/2022_08_17_150549_create_before_table.php method up (line 10) | public function up(): void method down (line 17) | public function down(): void FILE: tests/fixtures/migrations_with_operations/2025_03_31_213847_call_invokable.php method up (line 10) | public function up(): void {} method withOperation (line 12) | public function withOperation(): string FILE: tests/fixtures/migrations_with_operations/2025_03_31_213921_call_up_down.php method up (line 10) | public function up(): void {} method down (line 12) | public function down(): void {} method withOperation (line 14) | public function withOperation(): string