1
0
Fork 0
mirror of synced 2024-07-05 22:51:24 +12:00
appwrite/tests/e2e/Services/Users/UsersBase.php

18 lines
229 B
PHP
Raw Normal View History

2020-01-14 07:30:13 +13:00
<?php
namespace Tests\E2E\Services\Users;
use Tests\E2E\Client;
trait UsersBase
{
public function testCreateCollection():array
{
/**
* Test for SUCCESS
*/
return [];
}
}