#116 - integration with slack #129

Merged
Baakoma merged 19 commits from #116-integration-with-slack into main 2022-04-27 09:57:13 +02:00
Showing only changes of commit 26f248a3f1 - Show all commits

View File

@@ -38,7 +38,7 @@ class SendDailySummaryToSlackTest extends TestCase
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```
Http::assertSentCount(1);
}
public function testCommandDoesntSendIfIsWeekend(): void
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```
public function testCommandDoesntSendIfWeekend(): void
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```
{
$weekend = Carbon::create(2022, 4, 23);
$this->assertTrue($weekend->isWeekend());
@@ -51,7 +51,7 @@ class SendDailySummaryToSlackTest extends TestCase
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```
Http::assertNothingSent();
}
public function testCommandDoesntSendIfIsHoliday(): void
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```
public function testCommandDoesntSendIfHoliday(): void
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```
{
$holiday = Holiday::factory(["date" => Carbon::create(2022, 4, 22)])->create();
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:22:36 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfWeekend(): void
```suggestion public function testCommandDoesntSendMessageIfWeekend(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```
EwelinaLasowy commented 2022-04-26 14:23:25 +02:00 (Migrated from github.com)
Review
    public function testCommandDoesntSendMessageIfHoliday(): void
```suggestion public function testCommandDoesntSendMessageIfHoliday(): void ```