Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Sep 2, 2024
1 parent 6b18a92 commit 6924642
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/Foundation/Bootstrap/CreateVendorSymlinkTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
use Illuminate\Filesystem\Filesystem;
use Orchestra\Testbench\Foundation\Bootstrap\CreateVendorSymlink;
use Orchestra\Testbench\TestCase;
use PHPUnit\Framework\Attributes\Test;

use function Orchestra\Testbench\container;
use function Orchestra\Testbench\laravel_vendor_exists;
use function Orchestra\Testbench\package_path;

class CreateVendorSymlinkTest extends TestCase
{
/** @test */
#[Test]
public function it_can_create_vendor_symlink()
{
$workingPath = package_path('vendor');
Expand All @@ -30,7 +31,7 @@ public function it_can_create_vendor_symlink()
$this->assertTrue($laravel['TESTBENCH_VENDOR_SYMLINK']);
}

/** @test */
#[Test]
public function it_can_skip_existing_vendor_symlink()
{
$workingPath = package_path('vendor');
Expand Down

0 comments on commit 6924642

Please sign in to comment.