public function __construct()
 {
     if (!class_exists('AbstractQueuedJob')) {
         $this->skipTest = true;
     }
     parent::__construct();
 }
 public function __construct()
 {
     if (!class_exists('AbstractQueuedJob')) {
         $this->skipTest = true;
     }
     parent::__construct();
     $this->requiredExtensions = array('Page' => array('WorkflowEmbargoExpiryExtension'));
 }
 public function __construct()
 {
     $this->base = dirname(__FILE__) . '/fixtures/filefinder';
     parent::__construct();
 }
 /**
  *
  */
 public function __construct()
 {
     parent::__construct();
     $this->setUpOnce();
 }