| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | class RemoteSystemApiProducer extends RestConfigurableProducer implements CanCheckConnectivityInterface |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * {@inheritdoc} |
||
| 15 | */ |
||
| 16 | public function checkConnectivityForSmokeTest(array $config = array()) |
||
| 17 | { |
||
| 18 | //not implemented for now |
||
| 19 | } |
||
| 20 | |||
| 21 | /** |
||
| 22 | * {@inheritdoc} |
||
| 23 | */ |
||
| 24 | public static function getConnectivitySmokeTestLabels() |
||
| 27 | } |
||
| 28 | } |
||
| 29 |