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