feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
377 changed files with 940 additions and 16851 deletions
Showing only changes of commit bae5c1740d - Show all commits

View File

@ -1,8 +1,6 @@
<?php
namespace ProVM\Integration;
require __DIR__ . '/AbstractIntegration.php';
class HomeTest extends AbstractIntegration
{
public function testLoad(): void

View File

@ -3,8 +3,6 @@ namespace ProVM\Performance;
use GuzzleHttp\Client;
require __DIR__ . '/AbstractPerformance.php';
class HomeTest extends AbstractPerformance
{
protected Client $client;