| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 19 | public function testGetApiQueueStatus() |
||
| 20 | { |
||
| 21 | $this->expectException(MonitoringException::class); |
||
| 22 | $this->expectExceptionMessage('The guzzle http client library is required to run rabbitmq health checks. Make sure to add guzzlehttp/guzzle to your composer.json'); |
||
| 23 | $provider = new RabbitMQQueueStatusGuzzleProvider($this->settings); |
||
|
|
|||
| 24 | |||
| 25 | $provider->getApiQueueStatus(); |
||
| 26 | } |
||
| 27 | } |
||
| 28 |
This class, trait or interface has been deprecated. The supplier of the file has supplied an explanatory message.
The explanatory message should give you some clue as to whether and when the type will be removed from the class and what other constant to use instead.