Add a snippet to create a test with an attribute
Instead of an annotation.
This commit is contained in:
parent
f1466f269c
commit
c5833a9cdc
1 changed files with 10 additions and 0 deletions
|
@ -110,6 +110,16 @@ local M = {
|
||||||
]],
|
]],
|
||||||
{ i(1), i(2), i(0) }
|
{ i(1), i(2), i(0) }
|
||||||
),
|
),
|
||||||
|
|
||||||
|
testat = fmta(
|
||||||
|
[[
|
||||||
|
[#Test]
|
||||||
|
public function <>(): void {
|
||||||
|
<>
|
||||||
|
}<>
|
||||||
|
]],
|
||||||
|
{ i(1), i(2), i(0) }
|
||||||
|
),
|
||||||
}
|
}
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue