Download the PHP package ssaweb/appwrite-test-utils without Composer
On this page you can find all versions of the php package ssaweb/appwrite-test-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ssaweb/appwrite-test-utils
More information about ssaweb/appwrite-test-utils
Files in ssaweb/appwrite-test-utils
Download ssaweb/appwrite-test-utils
More information about ssaweb/appwrite-test-utils
Files in ssaweb/appwrite-test-utils
Vendor ssaweb
Package appwrite-test-utils
Short Description Helpful classes to write your PHPUnit tests for Appwrite functions
License MIT
Package appwrite-test-utils
Short Description Helpful classes to write your PHPUnit tests for Appwrite functions
License MIT
Please rate this library. Is it a good library?
Informations about the package appwrite-test-utils
appwrite-test-utils
Classes to help you writing your PHPUnit tests for Appwrite functions
Why use a $context wrapper?
Personal needs that may be useful to someone else XD
Basically if you try to write a test to check the data sent to the json or send methods of Appwrite Functions' API like below:
The code above will fail with the following message:
Therefore, we need to add a type to that object, since Appwrite's SDK does not provide it to us, I've created this package to do so.
now we've a typed $response object that can be evaluated =)
All versions of appwrite-test-utils with dependencies
PHP Build Version
Package Version
No informations.
The package ssaweb/appwrite-test-utils contains the following files
Loading the files please wait ...