diff options
Diffstat (limited to 'oni-php/snippets/php-mode/factory')
| -rw-r--r-- | oni-php/snippets/php-mode/factory | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/oni-php/snippets/php-mode/factory b/oni-php/snippets/php-mode/factory new file mode 100644 index 0000000..534f227 --- /dev/null +++ b/oni-php/snippets/php-mode/factory @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: factory +# key: f +# condition: (and (oni-php-in-test-file) (oni-php-in-static-call-context-p)) +# -- +factory()->create([$0]);
\ No newline at end of file |
