Revert "Add return types to test methods"
This reverts commit 83fb6826ee.
This commit is contained in:
@@ -8,7 +8,7 @@ use Tests\TestCase;
|
||||
|
||||
final class AssetModelTest extends TestCase
|
||||
{
|
||||
public function testAnAssetModelContainsAssets(): void
|
||||
public function testAnAssetModelContainsAssets()
|
||||
{
|
||||
$category = Category::factory()->create([
|
||||
'category_type' => 'asset'
|
||||
|
||||
Reference in New Issue
Block a user