You are here

public static property XmlRpcValidatorTest::$modules in xmlrpc 8

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

src/Tests/XmlRpcValidatorTest.php, line 25

Class

XmlRpcValidatorTest
Test validation according to the XML-RPC.com validation suite.

Namespace

Drupal\xmlrpc\Tests

Code

public static $modules = [
  'xmlrpc',
  'xmlrpc_test',
];