Remove some test cases
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user