aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/factory
blob: 534f22706f45272694ae8047e4b5bf540789066d (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: factory
# key: f
# condition: (and (oni-php-in-test-file) (oni-php-in-static-call-context-p))
# --
factory()->create([$0]);