New tests

This commit is contained in:
Eldad Fux
2020-01-12 23:28:26 +02:00
parent 2f843943e1
commit e30deaf7b7
9 changed files with 475 additions and 165 deletions
@@ -0,0 +1,14 @@
<?php
namespace Tests\E2E\Services\Storage;
use Tests\E2E\Scopes\Scope;
use Tests\E2E\Scopes\ProjectConsole;
use Tests\E2E\Scopes\SideClient;
class StorageConsoleClientTest extends Scope
{
use StorageBase;
use ProjectConsole;
use SideClient;
}