You are here

protected property AcquiaSPITestCase::$platformKeys in Acquia Connector 7.2

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

File

acquia_spi/tests/acquia_spi.test, line 13

Class

AcquiaSPITestCase
Tests the functionality of the Acquia SPI module.

Code

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