1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

remove redundant project

This commit is contained in:
Damodar Lohani 2022-10-21 07:25:42 +00:00
parent 03f8e20dfd
commit 5fe2102e26

View file

@ -154,10 +154,6 @@ class HTTPTest extends Scope
public function testSpecOpenAPI3()
{
$response = $this->client->call(Client::METHOD_GET, '/specs/open-api3?platform=console', [
'content-type' => 'application/json',
], []);
$directory = __DIR__ . '/../../../app/config/specs/';
$files = scandir($directory);