Download the PHP package yapro/symfony-http-test-ext without Composer
On this page you can find all versions of the php package yapro/symfony-http-test-ext. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download yapro/symfony-http-test-ext
More information about yapro/symfony-http-test-ext
Files in yapro/symfony-http-test-ext
Download yapro/symfony-http-test-ext
More information about yapro/symfony-http-test-ext
Files in yapro/symfony-http-test-ext
Vendor yapro
Package symfony-http-test-ext
Short Description Symfony http testing
License MIT
Homepage http://yapro.ru
Package symfony-http-test-ext
Short Description Symfony http testing
License MIT
Homepage http://yapro.ru
Please rate this library. Is it a good library?
Informations about the package symfony-http-test-ext
symfony-http-test-ext
Traits for solving the most common problems.
How to use
Create a class with the getHttpClient method, example: src/ExampleTestCase.php
What inside
When you write "YourTest extends \YaPro\SymfonyHttpTestExt\BaseTestCase" you will get the function:
- $this->getHttpClient() - for working with http client
- $this->getJsonHelper() - for working with json
- $this->assertXXX() - for working with assert, example: assertJsonResponse($json)
- etc: ExtTrait
Useful information
- Доступ к внутренним объектам - https://symfony.com/doc/current/testing.html#accessing-internal-objects
- Профилировщик - https://symfony.com/doc/current/testing.html#accessing-the-profiler-data
- Http Переадресация - https://symfony.com/doc/current/testing.html#redirecting
- Отключаем перехват исключений - https://symfony.com/doc/current/testing.html#reporting-exceptions.
Tests
Dev
All versions of symfony-http-test-ext with dependencies
PHP Build Version
Package Version
The package yapro/symfony-http-test-ext contains the following files
Loading the files please wait ....