No mas require
This commit is contained in:
@ -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
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user