1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/tests/e2e/Services/Health/HealthBase.php
2020-05-01 13:43:31 +03:00

10 lines
92 B
PHP

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