We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed718c7 commit 1ab4de5Copy full SHA for 1ab4de5
tests/Integration/Generators/InterfaceMakeCommandTest.php
@@ -6,7 +6,7 @@
6
7
class InterfaceMakeCommandTest extends TestCase
8
{
9
- public function testItCanGenerateEnumFile()
+ public function testItCanGenerateInterfaceFile()
10
11
$this->artisan('make:interface', ['name' => 'Gateway'])
12
->assertExitCode(0);
0 commit comments