aboutsummaryrefslogtreecommitdiffstats
path: root/oni-php/snippets/php-mode/mark-test-skipped
blob: ce4761d912f0e3bdc36d77e22d2333e3462cd828 (plain)
1
2
3
4
5
6
# -*- mode: snippet -*-
# name: mark test skipped
# key: @s
# condition: (string-suffix-p "Test.php" buffer-file-name)
# --
$this->markTestSkipped("${1:Don't skip your tests.}");