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 4e6b06d commit de0c36eCopy full SHA for de0c36e
tests/Commands/UserModelGeneratorTest.php
@@ -97,7 +97,6 @@ public function testGenerateUserModelWithSuffix(): void
97
98
$this->assertStringContainsString('File created: ', CITestStreamFilter::$buffer);
99
$this->assertFileExists($filepath);
100
-
101
$this->assertStringContainsString('class MyUserModel extends UserModel', $this->getFileContents($filepath));
102
}
103
0 commit comments