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]);