mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
18 lines
No EOL
229 B
PHP
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 [];
|
|
}
|
|
|
|
} |