Skip to content

Commit

Permalink
Update EnumMakeCommandTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Mar 8, 2024
1 parent 60a92da commit 63ff719
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Integration/Generators/EnumMakeCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function testItCanGenerateEnumFileWithInt()

public function testItCanGenerateEnumFileInEnumsFolder()
{
File::makeDirectory(app_path() . '\\Enums', force: true);
File::makeDirectory(app_path().'\\Enums', force: true);

$this->artisan('make:enum', ['name' => 'ImplicitEnum'])
->assertExitCode(0);
Expand Down

0 comments on commit 63ff719

Please sign in to comment.