Ok
I will go through it🥶
Getting this after following all the steps
did you start the containers?
Did this..newbie to Docker🥶
what did you run exactly?
so is this running now?
docker-compose up
FYI, that will attach and show the logs. if you exit out the containers will stop
yes😬
i want to run this one
so run it in a new terminal window
ok
skaswa20@saket-desktop:~/storage$ docker compose exec -T tests vendor/bin/phpunit tests/Storage/Device/$OracleObjectTest.php PHPUnit 9.6.13 by Sebastian Bergmann and contributors.
Cannot open file "tests/Storage/Device/.php".
look...at...the...error
why are you putting $OracleObjectTest
?
Oops🥶
Now running it correctly
Now the tests are running, will do the necessary changes and push
Did the tests!
I have pushed the changes.
To add custom functions I would need OracleObject API or SDK. Can you guide a bit with that.
Sorry I cannot...you'll have to go through the docs
Sure
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.