Skip to content

Commit

Permalink
Merge branch '6.x' into 7.x
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 2f2924e + 18cb72d commit 361f97f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/Integrations/ArtisanTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@

class ArtisanTest extends TestCase
{
/** @test */
/**
* @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 361f97f

Please sign in to comment.