for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace SmartboxSkeletonBundle\Producers;
use Smartbox\Integration\FrameworkBundle\Components\WebService\Rest\RestConfigurableProducer;
use Smartbox\Integration\FrameworkBundle\Tools\SmokeTests\CanCheckConnectivityInterface;
/**
* Class RemoteSystemApiProducer.
*/
class RemoteSystemApiProducer extends RestConfigurableProducer implements CanCheckConnectivityInterface
{
* {@inheritdoc}
public function checkConnectivityForSmokeTest(array $config = array())
//not implemented for now
}
public static function getConnectivitySmokeTestLabels()
return 'important';