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 Aug 22, 2024
2 parents 44660c8 + 2769a06 commit 3d92351
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Integrations/ArtisanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@

use Orchestra\Testbench\TestCase;
use PHPUnit\Framework\Attributes\Test;
use Symfony\Component\Process\PhpExecutableFinder;
use Symfony\Component\Process\Process;
use PHPUnit\Framework\Attributes\Group;
use Symfony\Component\Process\PhpExecutableFinder;

use function Orchestra\Testbench\package_path;
use function Orchestra\Testbench\remote;
use function Orchestra\Testbench\package_path;

class ArtisanTest extends TestCase
{
#[Test]
#[Group('core')]
public function it_can_generate_the_same_output()
{
$phpBinary = \defined('PHP_BINARY') ? PHP_BINARY : (new PhpExecutableFinder)->find();
Expand Down

0 comments on commit 3d92351

Please sign in to comment.