Updating PHPCI to use Composer-installed copies of the plugin requirements

This commit is contained in:
Dan Cryer 2013-05-10 15:00:24 +01:00
commit 14f40e9b0f
8 changed files with 18 additions and 7 deletions

View file

@ -5,6 +5,9 @@ ini_set('display_errors', 'on');
require_once('bootstrap.php');
define('PHPCI_BIN_DIR', dirname(__FILE__) . '/vendor/bin/');
define('PHPCI_DIR', dirname(__FILE__) . '/');
$store = b8\Store\Factory::getStore('Build');
$result = $store->getByStatus(0);