From 5f0bced5a3f66c9bdc44657324139544f760e820 Mon Sep 17 00:00:00 2001 From: "S.a Mahmoudzadeh" <36761585+saMahmoudzadeh@users.noreply.github.com> Date: Fri, 3 May 2024 23:56:10 +0330 Subject: [PATCH] fix namespace and improvement PSR in ClassMakeCommandTest.php (#51280) --- 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'])