aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/test-comment
diff options
context:
space:
mode:
Diffstat (limited to 'oni-php/snippets/php-mode/test-comment')
-rw-r--r--oni-php/snippets/php-mode/test-comment9
1 files changed, 0 insertions, 9 deletions
diff --git a/oni-php/snippets/php-mode/test-comment b/oni-php/snippets/php-mode/test-comment
deleted file mode 100644
index b1c9dfb..0000000
--- a/oni-php/snippets/php-mode/test-comment
+++ /dev/null
@@ -1,9 +0,0 @@
-# -*- mode: snippet -*-
-# name: test-comment
-# key: @t
-# --
-#[Test]
-public function $1(): void
-{
- $0
-}