1
0
Fork 0
mirror of synced 2024-06-26 10:10:57 +12:00
appwrite/tests/e2e/Services/Health/HealthBase.php
2020-10-27 21:48:38 +02:00

9 lines
88 B
PHP

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