1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +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

@ -1,13 +0,0 @@
<?php
namespace {{ prototype.namespace }};
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
{% for class in prototype.classes %}
class {{ class.name }} extends TestCase
{
use RefreshDatabase;
}
{% endfor %}