Refatoring : Working state

This commit is contained in:
julien
2026-03-16 16:58:54 +01:00
parent 0453697cd3
commit e0f7c77d6e
54 changed files with 287 additions and 279 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
namespace Tests\Post;
use App\Post\Post;
use App\Post\Infrastructure\TwigPostExtension as PostExtension;
use App\Post\Infrastructure\TwigPostExtension;
use PHPUnit\Framework\TestCase;
use Twig\TwigFunction;
@@ -16,7 +16,7 @@ final class PostExtensionTest extends TestCase
protected function setUp(): void
{
$extension = new PostExtension();
$extension = new TwigPostExtension();
$this->functions = [];
foreach ($extension->getFunctions() as $function) {