Skip to content

Commit

Permalink
fix namespace and improvement PSR in ClassMakeCommandTest.php (#51280)
Browse files Browse the repository at this point in the history
  • Loading branch information
saMahmoudzadeh authored May 3, 2024
1 parent 17f3aa2 commit 5f0bced
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/Integration/Generators/ClassMakeCommandTest.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<?php

namespace Integration\Generators;

use Illuminate\Tests\Integration\Generators\TestCase;
namespace Illuminate\Tests\Integration\Generators;

class ClassMakeCommandTest extends TestCase
{
protected array $files = [
'app/Reverb.php',
'app/Notification.php',
];

public function testItCanGenerateClassFile()
{
$this->artisan('make:class', ['name' => 'Reverb'])
Expand Down

0 comments on commit 5f0bced

Please sign in to comment.