coveo-1.0.0-alpha1/tests/src/Kernel/ServicesTest.php
tests/src/Kernel/ServicesTest.php
<?php
namespace Drupal\Tests\coveo\Kernel;
/**
* Service test to smoke test our service definitions.
*/
class ServicesTest extends ServiceTestBase {
/**
* {@inheritDoc}
*/
protected static $modules = ['coveo'];
/**
* {@inheritDoc}
*/
public static function providerServiceDefinitions(): \Generator {
return self::generateServiceData(dirname(__DIR__, 3) . '/coveo.services.yml');
}
}
