コード例 #1
0
 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");
     }
 }
コード例 #2
0
 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'));
     }
 }
コード例 #3
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("URL Alias ML Regressions");
 }
コード例 #4
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("ezcomNotificationManager object test");
 }
コード例 #5
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZNodeAssignment Unit Tests");
 }
コード例 #6
0
 public function __construct()
 {
     parent::__construct();
     $this->setName('eZPHPCreator Regression Tests');
 }
コード例 #7
0
 public function __construct()
 {
     parent::__construct();
     $this->setName( __CLASS__ . " tests" );
 }
コード例 #8
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZXMLText Datatype Regression Tests");
 }
コード例 #9
0
 public function __construct()
 {
     parent::__construct();
     $this->setName('eZImageFile Regression Tests');
 }
コード例 #10
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZTemplateAttributeOperator Unit Tests");
 }
コード例 #11
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZSubTreeNotificationRule Regression Tests");
 }
コード例 #12
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZTemplateTextOperator Regression Tests");
 }
コード例 #13
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("ezcomComment object test");
 }
コード例 #14
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZMultiPriceType Regression Tests");
 }
コード例 #15
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZPackage Regression Tests");
 }
コード例 #16
0
ファイル: ezrole_test.php プロジェクト: rmiguel/ezpublish
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZRole Unit Tests");
 }
コード例 #17
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("ezcomSubscription object test");
 }
コード例 #18
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZBinaryFileType Regression Tests");
 }
コード例 #19
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZContentFunctions Unit Tests");
 }
コード例 #20
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZTextFileUser Unit Tests");
 }
コード例 #21
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZSubtreeNotificationRule Unit Tests");
 }
コード例 #22
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZContentLanguage Regression Tests");
 }
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZProductCollectionItemOption Unit Tests");
 }
コード例 #24
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("URL Alias ML Unit Tests");
 }
コード例 #25
0
 public function __construct()
 {
     parent::__construct();
     $this->setName( "eZObjectRelationList Regression Tests" );
 }
コード例 #26
0
ファイル: ezsection_test.php プロジェクト: rmiguel/ezpublish
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZSection Tests");
 }
コード例 #27
0
 public function __construct($name = NULL, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->setName("eZContentObject Unit Tests");
 }
コード例 #28
0
 public function __construct()
 {
     parent::__construct();
     $this->setName("eZImageAliasHandler Regression Tests");
 }
コード例 #29
0
 public function __construct()
 {
     parent::__construct();
     $this->setName( "eZContentObjectTreeNode Regression Tests" );
 }
コード例 #30
0
 public function __construct($name = null, array $data = array(), $dataName = '')
 {
     parent::__construct($name, $data, $dataName);
     $this->setName("eZImageType Regression Tests");
 }