Skip to content

sanduhrs/nb

Repository files navigation

nb

An exlusive Drupal 7 install profile.

Supports acceptance testing with Behat/Mink using Travis CI.

Build Status

Prerequisites

Installation

Build the codebase as defined in this profile.

drush make build.make build

Install the site using this profile

drush site-install nb --db-url=mysql://USERNAME:PASSWORD@localhost/DB_NAME --root=${PWD}/build -y

Acceptance tests

Install tools for testing

cd build/profiles/nb/tests/behat/
curl -s http://getcomposer.org/installer | php
php composer.phar install

Add new tests to build/profiles/nb/tests/behat/features/ See Behat http://behat.org/ for more info.

# Run tests
cd build/profiles/nb/tests/behat
drush runserver :9002 --server=builtin &
./bin/behat

License

Copyright (c) 2013 Stefan Auditor Licensed under the GNU General Public License, GPL v2.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors