Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Nov 29, 2024
1 parent 82b9ffe commit 63fe328
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Foundation/Console/Concerns/CopyTestbenchFiles.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ trait CopyTestbenchFiles
{
/**
* Copy the "testbench.yaml" file.
*
* @internal
*
* @param \Illuminate\Contracts\Foundation\Application $app
* @param \Illuminate\Filesystem\Filesystem $filesystem
Expand Down Expand Up @@ -65,6 +67,8 @@ protected function copyTestbenchConfigurationFile(
/**
* Copy the ".env" file.
*
* @internal
*
* @param \Illuminate\Contracts\Foundation\Application $app
* @param \Illuminate\Filesystem\Filesystem $filesystem
* @param string $workingPath
Expand Down Expand Up @@ -117,6 +121,8 @@ protected function copyTestbenchDotEnvFile(

/**
* Determine the Testbench's environment file.
*
* @internal
*
* @return string
*/
Expand Down

0 comments on commit 63fe328

Please sign in to comment.