Remove some test cases

This commit is contained in:
Marcus Moore
2025-06-12 15:56:24 -07:00
parent 297205ff91
commit 7f35498919

View File

@@ -93,26 +93,6 @@ class SettingAlertOnResponseTest extends TestCase
]);
}
public function test_sets_alert_on_response_if_enabled_by_category_for_consumable()
{
$this->markTestIncomplete();
}
public function test_does_not_set_alert_on_response_if_disabled_by_category_for_consumable()
{
$this->markTestIncomplete();
}
public function test_sets_alert_on_response_if_enabled_by_category_for_license()
{
$this->markTestIncomplete();
}
public function test_does_not_set_alert_on_response_if_disabled_by_category_for_license()
{
$this->markTestIncomplete();
}
private function postAssetCheckout(Asset $asset): void
{
$this->actingAs($this->actor)