feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
328 changed files with 790 additions and 13085 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;