Skip to content

Commit a2183f2

Browse files
authored
chore: delete outdated tests (#500)
1 parent dc1d2f1 commit a2183f2

File tree

3 files changed

+3
-91
lines changed

3 files changed

+3
-91
lines changed

config/nativephp.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
'cleanup_exclude_files' => [
6363
'content',
6464
'node_modules',
65-
'*/tests'
65+
'*/tests',
6666
],
6767

6868
/**

src/Notification.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ public function show(): self
8282
'event' => $this->event,
8383
'hasReply' => $this->hasReply,
8484
'replyPlaceholder' => $this->replyPlaceholder,
85-
'actions' => array_map(fn(string $label) => [
85+
'actions' => array_map(fn (string $label) => [
8686
'type' => 'button',
87-
'text' => $label
87+
'text' => $label,
8888
], $this->actions),
8989
]);
9090

tests/Command/IgnoreFilesAndFoldersTest.php

-88
This file was deleted.

0 commit comments

Comments
 (0)