aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/test-comment
blob: b1c9dfb331a526925bb08712d49b3ec8d7932a6d (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: snippet -*-
# name: test-comment
# key: @t
# --
#[Test]
public function $1(): void
{
  $0
}