mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-25 20:51:30 -08:00
Remove unneeded test cases
This commit is contained in:
parent
01d5d4c2c8
commit
8aed26aab1
|
@ -112,16 +112,6 @@ class SlackNotificationsUponCheckinTest extends TestCase
|
|||
Notification::assertNothingSent();
|
||||
}
|
||||
|
||||
public function testConsumableCheckinSendSlackNotificationWhenSettingEnabled()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
public function testConsumableCheckinDoesNotSendSlackNotificationWhenSettingDisabled()
|
||||
{
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
|
||||
/** @dataProvider licenseCheckInTargets */
|
||||
public function testLicenseCheckinSendsSlackNotificationWhenSettingEnabled($checkoutTarget)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue