1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00
appwrite/tests/e2e/Services/Health/HealthBase.php
2022-05-23 14:54:50 +00:00

10 lines
89 B
PHP

<?php
namespace Tests\E2E\Services\Health;
use Tests\E2E\Client;
trait HealthBase
{
}