updated ubercart, faq

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-05 16:50:18 +01:00
parent 3413d81bb8
commit 0bb339fc99
110 changed files with 1382 additions and 641 deletions

View File

@@ -18,7 +18,7 @@ class UbercartStockTestCase extends UbercartTestHelper {
/**
* Overrides DrupalWebTestCase::setUp().
*/
public function setUp() {
protected function setUp($modules = array(), $permissions = array()) {
parent::setUp(array('uc_stock'), array('administer product stock'));
$this->drupalLogin($this->adminUser);
}

View File

@@ -12,9 +12,9 @@ files[] = views/uc_stock_handler_filter_below_threshold.inc
configure = admin/store/settings/stock
; Information added by Drupal.org packaging script on 2014-10-22
version = "7.x-3.8"
; Information added by Drupal.org packaging script on 2016-07-16
version = "7.x-3.10"
core = "7.x"
project = "ubercart"
datestamp = "1413965350"
datestamp = "1468644909"