To tests our service providers, we provide a generic TestCase
with the following assertion method:
public function assertServiceInstanceOf ($expectedType, $serviceName)
It checks if the type of the specified service from the application
container is an instance of the expected type.