trait CopyTestbenchFiles

Methods

void
copyTestbenchConfigurationFile(Application $app, Filesystem $filesystem, string $workingPath, bool $backupExistingFile = true, bool $resetOnTerminating = true)

Copy the "testbench.yaml" file.

void
copyTestbenchDotEnvFile(Application $app, Filesystem $filesystem, string $workingPath, bool $backupExistingFile = true, bool $resetOnTerminating = true)

Copy the ".env" file.

string
testbenchEnvironmentFile()

Determine the Testbench's environment file.

Details

at line 23
protected void copyTestbenchConfigurationFile(Application $app, Filesystem $filesystem, string $workingPath, bool $backupExistingFile = true, bool $resetOnTerminating = true)

internal  
 

Copy the "testbench.yaml" file.

Parameters

Application $app
Filesystem $filesystem
string $workingPath
bool $backupExistingFile
bool $resetOnTerminating

Return Value

void

at line 68
protected void copyTestbenchDotEnvFile(Application $app, Filesystem $filesystem, string $workingPath, bool $backupExistingFile = true, bool $resetOnTerminating = true)

internal  
 

Copy the ".env" file.

Parameters

Application $app
Filesystem $filesystem
string $workingPath
bool $backupExistingFile
bool $resetOnTerminating

Return Value

void

at line 105
protected string testbenchEnvironmentFile()

internal  
 

Determine the Testbench's environment file.

Return Value

string