示例#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');
 }
 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');
 }