From 1ab4de52d0ac3a7a48410bf1e7b735499ce59284 Mon Sep 17 00:00:00 2001 From: Milwad <98118400+milwad-dev@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:13:10 +0330 Subject: [PATCH] Update InterfaceMakeCommandTest.php (#51093) --- tests/Integration/Generators/InterfaceMakeCommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Integration/Generators/InterfaceMakeCommandTest.php b/tests/Integration/Generators/InterfaceMakeCommandTest.php index ae40c4c32ff..90546f7f193 100644 --- a/tests/Integration/Generators/InterfaceMakeCommandTest.php +++ b/tests/Integration/Generators/InterfaceMakeCommandTest.php @@ -6,7 +6,7 @@ class InterfaceMakeCommandTest extends TestCase { - public function testItCanGenerateEnumFile() + public function testItCanGenerateInterfaceFile() { $this->artisan('make:interface', ['name' => 'Gateway']) ->assertExitCode(0);