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