From 93fd00a579ec294a55faa7f5f6b3f4d63f243e83 Mon Sep 17 00:00:00 2001 From: "S.a Mahmoudzadeh" Date: Fri, 3 May 2024 16:27:33 +0330 Subject: [PATCH] fix namespace and improvement PSR in ClassMakeCommandTest.php --- tests/Integration/Generators/ClassMakeCommandTest.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/Integration/Generators/ClassMakeCommandTest.php b/tests/Integration/Generators/ClassMakeCommandTest.php index ebfa0269b385..176390901848 100644 --- a/tests/Integration/Generators/ClassMakeCommandTest.php +++ b/tests/Integration/Generators/ClassMakeCommandTest.php @@ -1,11 +1,14 @@ artisan('make:class', ['name' => 'Reverb'])