1
0
Fork 0
mirror of synced 2024-06-02 19:04:49 +12:00

Removed var dumps

This commit is contained in:
Matej Baco 2022-01-02 17:25:02 +01:00
parent 30f7293e81
commit f80dc3a7ff

View file

@ -15,13 +15,6 @@ class TeamsConsoleClientTest extends Scope
use SideClient;
public function testRequestHeader() {
$headers = \array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => 'console'
], $this->getHeaders());
\var_dump($headers);
/**
* Test without header
*/