responsive_menu-4.4.1/tests/src/Nightwatch/SiteInstallSetupScript.php
tests/src/Nightwatch/SiteInstallSetupScript.php
<?php
namespace Drupal\TestSite;
/**
* Setup file used by responsive_menu module Nightwatch tests.
*/
class SiteInstallSetupScript implements TestSetupInterface {
/**
* {@inheritdoc}
*/
public function setup() {
\Drupal::service('module_installer')->install(['responsive_menu_test']);
}
}
