Delete unused PHP test abbrev boilerplate
This commit is contained in:
28
abbrev_defs
28
abbrev_defs
@ -14,34 +14,6 @@
|
||||
("doctype" "<!DOCTYPE html>" nil :count 0)
|
||||
))
|
||||
|
||||
(define-abbrev-table 'php-ts-mode-abbrev-table
|
||||
'(
|
||||
("bwtest" "use Tests\\TestCase;
|
||||
|
||||
class Test extends TestCase
|
||||
{
|
||||
/**
|
||||
* @group
|
||||
* @group
|
||||
* @test
|
||||
*/
|
||||
public function Service()
|
||||
{
|
||||
/**
|
||||
* Preparing
|
||||
*/
|
||||
|
||||
/**
|
||||
* Actions
|
||||
*/
|
||||
|
||||
/**
|
||||
* Asserts
|
||||
*/
|
||||
}
|
||||
}" nil :count 6)
|
||||
))
|
||||
|
||||
(define-abbrev-table 'web-mode-abbrev-table
|
||||
'(
|
||||
("doc" "<!DOCTYPE html>
|
||||
|
Reference in New Issue
Block a user