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