Copied acceptance tests infrastructures from oC/core

Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com>
This commit is contained in:
Kiran Parajuli
2023-01-05 09:21:34 +05:45
committed by Phil Davis
parent b84f1f2048
commit 7d152e2ad1
61 changed files with 39555 additions and 28 deletions
@@ -0,0 +1,14 @@
<?php
/**
* @author Sagar Gurung <sagar@jankatitech.com>
*
*/
namespace TestHelpers;
use Exception;
/**
* Class SpaceNotFoundException
* Exception when space id for a user is not found
*/
class SpaceNotFoundException extends Exception {
}