mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:24:03 +00:00
parent
5d5417cf11
commit
beb9a0a903
2 changed files with 1 additions and 3 deletions
|
|
@ -13,5 +13,5 @@ interface StorageDriver
|
|||
public function get(string $uuid, string $key);
|
||||
public function getMany(string $uuid, array $keys): array;
|
||||
public function put(string $uuid, string $key, $value);
|
||||
public function putMany(string $uuid, array $values): array; // todo better argument name than "values" for kv pairs?
|
||||
public function putMany(string $uuid, array $values): array;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,8 +6,6 @@ use Stancl\Tenancy\Interfaces\StorageDriver;
|
|||
|
||||
class TenantStorageTest extends TestCase
|
||||
{
|
||||
// todo find a way to run this for each storage driver (once there are more of them)
|
||||
|
||||
/** @test */
|
||||
public function deleting_a_tenant_works()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue