Example #1
0
 public function __construct()
 {
     parent::__construct('Testing categories');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct('user group tests');
 }
Example #3
0
 public function __construct()
 {
     parent::__construct('Test Product class');
     ActiveRecordModel::beginTransaction();
 }
Example #4
0
 public function __construct()
 {
     parent::__construct('shiping service tests');
 }
Example #5
0
 public function __construct()
 {
     parent::__construct('Test network resource downloader class');
 }
 public function __construct()
 {
     parent::__construct('Test roles association with user groups');
 }
Example #7
0
 public function __construct()
 {
     parent::__construct('Role tests');
 }
 public function __construct()
 {
     parent::__construct('delivery zone city masks tests');
 }
Example #9
0
 public function __construct()
 {
     parent::__construct('test languages');
 }
Example #10
0
 public function __construct()
 {
     parent::__construct('Specification fields test');
     $this->rootCategory = Category::getInstanceByID(ActiveTreeNode::ROOT_ID);
 }
Example #11
0
 public function __construct()
 {
     parent::__construct('Test email class');
 }
Example #12
0
 public function __construct()
 {
     parent::__construct('Product files tests');
     $this->tmpFilePath = ClassLoader::getRealPath('cache.') . 'somefile.txt';
     $this->rootCategory = Category::getInstanceByID(Category::ROOT_ID);
 }
Example #13
0
 public function __construct()
 {
     parent::__construct('Product pricings');
     // Get root category
     $this->category = Category::getInstanceByID(Category::ROOT_ID);
 }
Example #14
0
 public function __construct()
 {
     parent::__construct('Product file groups tests');
     $this->rootCategory = Category::getInstanceByID(Category::ROOT_ID);
 }
 public function __construct()
 {
     parent::__construct('Related product tests');
     $this->rootCategory = Category::getInstanceByID(Category::ROOT_ID);
 }
Example #16
0
 public function __construct()
 {
     parent::__construct('Test active record model');
 }
Example #17
0
 public function __construct()
 {
     parent::__construct('Tax rate tests');
 }
 public function __construct()
 {
     parent::__construct('delivery zone countries tests');
 }
 public function __construct()
 {
     parent::__construct('Test multilingual objects');
 }