You are here

protected property AcquiaSPITestCase::$platformKeys in Acquia Connector 7.3

Same name and namespace in other branches
  1. 7.2 acquia_spi/tests/acquia_spi.test \AcquiaSPITestCase::platformKeys

Platform array keys.

Type: array

File

acquia_spi/tests/acquia_spi.test, line 48

Class

AcquiaSPITestCase
Tests the functionality of the Acquia SPI module.

Code

protected $platformKeys = array(
  'php',
  'webserver_type',
  'webserver_version',
  'php_extensions',
  'php_quantum',
  'database_type',
  'database_version',
  'system_type',
  'system_version',
);