CopyTestbenchFiles
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.
at line 68
protected void
copyTestbenchDotEnvFile(Application $app, Filesystem $filesystem, string $workingPath, bool $backupExistingFile = true, bool $resetOnTerminating = true)
| internal |
Copy the ".env" file.
at line 105
protected string
testbenchEnvironmentFile()
| internal |
Determine the Testbench's environment file.