| layout | default |
|---|---|
| title | Null |
| parent | Transports |
| nav_order | 3 |
{% include support.md %}
This a special transport implementation, kind of stub. It does not send nor receive anything. Useful in tests for example.
$ composer require enqueue/null<?php
use Enqueue\Null\NullConnectionFactory;
$connectionFactory = new NullConnectionFactory();
$context = $connectionFactory->createContext();