public function __construct($name = null, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     if ($this->datatype === null) {
         throw new ezcBaseValueException("The test datatype hasn't been set");
     }
 }
 public function __construct()
 {
     parent::__construct();
     if (self::SORT_MODE === 'mtime') {
         // Sort by modification time to get updated tests first
         usort($this->files, array($this, 'sortTestsByMtime'));
     } else {
         // Sort it, then the file a.in will be processed first. Handy for development.
         usort($this->files, array($this, 'sortTestsByName'));
     }
 }
Exemplo n.º 3
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("URL Alias ML Regressions");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("ezcomNotificationManager object test");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZNodeAssignment Unit Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName('eZPHPCreator Regression Tests');
 }
Exemplo n.º 7
0
 public function __construct()
 {
     parent::__construct();
     $this->setName( __CLASS__ . " tests" );
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZXMLText Datatype Regression Tests");
 }
Exemplo n.º 9
0
 public function __construct()
 {
     parent::__construct();
     $this->setName('eZImageFile Regression Tests');
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZTemplateAttributeOperator Unit Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZSubTreeNotificationRule Regression Tests");
 }
Exemplo n.º 12
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZTemplateTextOperator Regression Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("ezcomComment object test");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZMultiPriceType Regression Tests");
 }
Exemplo n.º 15
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZPackage Regression Tests");
 }
Exemplo n.º 16
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZRole Unit Tests");
 }
Exemplo n.º 17
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("ezcomSubscription object test");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZBinaryFileType Regression Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZContentFunctions Unit Tests");
 }
Exemplo n.º 20
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZTextFileUser Unit Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZSubtreeNotificationRule Unit Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZContentLanguage Regression Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZProductCollectionItemOption Unit Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("URL Alias ML Unit Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName( "eZObjectRelationList Regression Tests" );
 }
Exemplo n.º 26
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZSection Tests");
 }
 public function __construct($name = NULL, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->setName("eZContentObject Unit Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZImageAliasHandler Regression Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName( "eZContentObjectTreeNode Regression Tests" );
 }
Exemplo n.º 30
0
 public function __construct($name = null, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->setName("eZImageType Regression Tests");
 }