Revert "Add return types to test methods"

This reverts commit 83fb6826ee.
This commit is contained in:
Marcus Moore
2024-08-06 13:30:34 -07:00
parent 95516b0343
commit 82e795b642
106 changed files with 498 additions and 498 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ use Tests\TestCase;
final class DepreciationTest extends TestCase
{
public function testADepreciationHasModels(): void
public function testADepreciationHasModels()
{
$depreciation = Depreciation::factory()->create();
@@ -26,7 +26,7 @@ final class DepreciationTest extends TestCase
$this->assertEquals(5, $depreciation->models->count());
}
public function testADepreciationHasLicenses(): void
public function testADepreciationHasLicenses()
{
$depreciation = Depreciation::factory()->create();