Remove unneeded test cases
This commit is contained in:
parent
01d5d4c2c8
commit
8aed26aab1
1 changed files with 0 additions and 10 deletions
|
@ -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…
Add table
Reference in a new issue