Download the PHP package fan/laty without Composer
On this page you can find all versions of the php package fan/laty. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package laty
laty
Laravel Api Test in YAML
Highlights
- fast Api spec composing: concise yaml format spec to describe an Api about request and response
- diverse types of content checking: JSON, HTML, CSV, even PDF
- focusing TDD via test id filtering: shortcut for best productivity
- auto database transaction and queries log: keep database clean, and still be able to view all queries
- offline Job and Mail bypassing: mock anything irrelevant to Api logic, keep it fast
Installation
Setup
-
create
tests\Api\specs\base.yml
-
create
tests\Api\WebServiceTest.php
- add script to
composer.json
scripts
The first Api spec
-
create
tests/Api/specs/users.yml
-
run all specs
- focusing TDD
Authenticate and Json Check
- update the users.yml to
Check Queries Example
More Content Type Check Examples
-
CSV check
- PDF check
All versions of laty with dependencies
PHP Build Version
Package Version
Requires
laravel/framework Version
^9.23
phpunit/phpunit Version ^9.5
symfony/config Version ^6.0
symfony/finder Version ^6.0
symfony/yaml Version ^6.0
smalot/pdfparser Version ^2.2
phpunit/phpunit Version ^9.5
symfony/config Version ^6.0
symfony/finder Version ^6.0
symfony/yaml Version ^6.0
smalot/pdfparser Version ^2.2
The package fan/laty contains the following files
Loading the files please wait ....