Unify assertion method

This commit is contained in:
Marcus Moore
2024-09-16 14:32:38 -07:00
parent 1fddacd7d0
commit f325c4afdb
17 changed files with 34 additions and 0 deletions
@@ -18,6 +18,8 @@ class DeleteComponentsTest extends TestCase implements TestsMultipleFullCompanyS
$this->actingAsForApi(User::factory()->create())
->deleteJson(route('api.components.destroy', $component))
->assertForbidden();
$this->assertNotSoftDeleted($component);
}
public function testAdheresToMultipleFullCompanySupportScoping()