No mas require
This commit is contained in:
@ -1,8 +1,6 @@
|
||||
<?php
|
||||
namespace ProVM\Integration;
|
||||
|
||||
require __DIR__ . '/AbstractIntegration.php';
|
||||
|
||||
class HomeTest extends AbstractIntegration
|
||||
{
|
||||
public function testLoad(): void
|
||||
|
@ -3,8 +3,6 @@ namespace ProVM\Performance;
|
||||
|
||||
use GuzzleHttp\Client;
|
||||
|
||||
require __DIR__ . '/AbstractPerformance.php';
|
||||
|
||||
class HomeTest extends AbstractPerformance
|
||||
{
|
||||
protected Client $client;
|
||||
|
Reference in New Issue
Block a user