Download the PHP package ixis/codeception-drupal-variable without Composer
On this page you can find all versions of the php package ixis/codeception-drupal-variable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ixis/codeception-drupal-variable
More information about ixis/codeception-drupal-variable
Files in ixis/codeception-drupal-variable
Download ixis/codeception-drupal-variable
More information about ixis/codeception-drupal-variable
Files in ixis/codeception-drupal-variable
Vendor ixis
Package codeception-drupal-variable
Short Description A Codeception module to allow Drupal variables to be tested and set during tests
License MIT
Homepage https://github.com/ixis/codeception-drupal-variable
Package codeception-drupal-variable
Short Description A Codeception module to allow Drupal variables to be tested and set during tests
License MIT
Homepage https://github.com/ixis/codeception-drupal-variable
Please rate this library. Is it a good library?
Informations about the package codeception-drupal-variable
Drupal Variable
Codeception module to allow testing of drupal variables.
e.g.
There are three ways of accessing the variable values.
- Bootstrapped - bootstrap the locally installed drupal instance and use variable_get/set().
- DirectConnection - use PDO to query the database directly.
- Drush - use drush to get/set variables.
Install
Install using composer, using git repository (for now).
Configure
Add 'DrupalVariable' module to the suite configuration.
Bootstrapped
Required config variables:
drupal_root
. This is the path the local instance of the drupal site you wish to set/get variables on.- e.g.
/home/sites/www.example.com
- e.g.
Direct connection to database
Required config variables:
dsn
- dsn to the instance of the drupal site db.- e.g.
mysql:host=localhost;dbname=drupal
- e.g.
user
- the db userpassword
- the db password
Drush
Required config variables:
drush_alias
- the drush alias to the site under test.- e.g.
@mysite.local
- e.g.
All versions of codeception-drupal-variable with dependencies
PHP Build Version
Package Version
No informations.
The package ixis/codeception-drupal-variable contains the following files
Loading the files please wait ....