No mas require

This commit is contained in:
Juan Pablo Vial
2025-04-29 23:19:05 -04:00
parent f5f1482b7a
commit bae5c1740d
2 changed files with 0 additions and 4 deletions

View File

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

View File

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