1
0
Fork 0
mirror of synced 2024-09-14 00:17:50 +12:00
appwrite/tests/e2e/Services/VCS/VCSBase.php
Khushboo Verma 66ec7f2e1d VCS tests
2023-10-13 18:50:58 +05:30

7 lines
60 B
PHP

<?php
namespace Tests\E2E\Services\VCS;
trait VCSBase
{
}