1
0
Fork 0
emacs-config/oni-php/snippets/php-mode/test-name
2024-12-24 09:39:09 -08:00

8 lines
100 B
Text

# -*- mode: snippet -*-
# name: test-name
# key: test
# --
public function test_$1(): void
{
$0
}