1
0
Fork 0
mirror of synced 2024-07-05 06:31:08 +12:00
appwrite/tests/e2e/Services/Health/HealthBase.php

10 lines
92 B
PHP
Raw Normal View History

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