mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -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();
|
Notification::assertNothingSent();
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testConsumableCheckinSendSlackNotificationWhenSettingEnabled()
|
|
||||||
{
|
|
||||||
$this->markTestIncomplete();
|
|
||||||
}
|
|
||||||
|
|
||||||
public function testConsumableCheckinDoesNotSendSlackNotificationWhenSettingDisabled()
|
|
||||||
{
|
|
||||||
$this->markTestIncomplete();
|
|
||||||
}
|
|
||||||
|
|
||||||
/** @dataProvider licenseCheckInTargets */
|
/** @dataProvider licenseCheckInTargets */
|
||||||
public function testLicenseCheckinSendsSlackNotificationWhenSettingEnabled($checkoutTarget)
|
public function testLicenseCheckinSendsSlackNotificationWhenSettingEnabled($checkoutTarget)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue