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);