appwrite/tests/e2e/Services/Users/UsersBase.php
2020-01-13 20:30:13 +02:00

18 lines
No EOL
229 B
PHP

<?php
namespace Tests\E2E\Services\Users;
use Tests\E2E\Client;
trait UsersBase
{
public function testCreateCollection():array
{
/**
* Test for SUCCESS
*/
return [];
}
}