Some more fixes for PHP snippets

This commit is contained in:
Daniel Siepmann 2024-02-06 12:21:06 +01:00
parent d1b97c1847
commit e885388d4f
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -171,8 +171,8 @@ snippet testfile
use PHPUnit\Framework\Attributes\Test;
use PHPUnit\Framework\TestCase;
#[CoversClass(${1:`expand('%:t:s?Test.php??')`}::class)]
final class ${1:`expand('%:t')`} extends TestCase
#[CoversClass(${1:`expand('%:t:s?Test\.php??')`}::class)]
final class ${1:`expand('%:t:s?\.php??')`} extends TestCase
{
#[Test]
public function canBeCreated(): void