1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

phpactor: update templates

This commit is contained in:
Henrik Hautakoski 2025-10-03 07:15:07 +02:00
parent cb9b9f8009
commit cc4b4d06a0
3 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,12 @@
<?php
namespace {{ prototype.namespace }};
use PHPUnit\Framework\TestCase;
{% for class in prototype.classes %}
class {{ class.name }} extends TestCase
{
}
{% endfor %}