File tree Expand file tree Collapse file tree
tests/e2e/Adapter/Scopes/Relationships Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55use Exception ;
66use Utopia \Database \Database ;
77use Utopia \Database \Document ;
8+ use Utopia \Database \Exception \Restricted as RestrictedException ;
89use Utopia \Database \Helpers \ID ;
910use Utopia \Database \Helpers \Permission ;
1011use Utopia \Database \Helpers \Role ;
1112use Utopia \Database \Query ;
12- use Utopia \Database \Exception \Restricted as RestrictedException ;
1313
1414trait ManyToManyTests
1515{
Original file line number Diff line number Diff line change 55use Exception ;
66use Utopia \Database \Database ;
77use Utopia \Database \Document ;
8+ use Utopia \Database \Exception \Restricted as RestrictedException ;
89use Utopia \Database \Helpers \ID ;
910use Utopia \Database \Helpers \Permission ;
1011use Utopia \Database \Helpers \Role ;
1112use Utopia \Database \Query ;
12- use Utopia \Database \Exception \Restricted as RestrictedException ;
13-
1413
1514trait ManyToOneTests
1615{
Original file line number Diff line number Diff line change 55use Exception ;
66use Utopia \Database \Database ;
77use Utopia \Database \Document ;
8+ use Utopia \Database \Exception \Restricted as RestrictedException ;
89use Utopia \Database \Helpers \ID ;
910use Utopia \Database \Helpers \Permission ;
1011use Utopia \Database \Helpers \Role ;
1112use Utopia \Database \Query ;
12- use Utopia \Database \Exception \Restricted as RestrictedException ;
13-
1413
1514trait OneToManyTests
1615{
You can’t perform that action at this time.
0 commit comments