appwrite/tests/e2e/Services/Health/HealthBase.php

10 lines
92 B
PHP
Raw Normal View History

2020-01-12 15:20:51 +00:00
<?php
namespace Tests\E2E\Services\Health;
use Tests\E2E\Client;
trait HealthBase
{
2020-05-01 10:43:31 +00:00
2020-01-12 15:20:51 +00:00
}