snippet copy "Copyright notice" b * * Licensed under AGPLv3 * (see COPYING for full license text) * */ endsnippet snippet testclass "Test class for filebin" b * * Licensed under AGPLv3 * (see COPYING for full license text) * */ namespace test\tests; class `!p snip.rv = re.match(r'.*(?=\.)', fn).group() ` extends \test\Test { public function __construct() { parent::__construct(); } public function init() { } public function cleanup() { } $0 } endsnippet