예제 #1
0
 /**
  * Test setup
  */
 public function setUp()
 {
     if (!TESTS_ZEND_QUEUE_ACTIVEMQ_ENABLED) {
         $this->markTestSkipped('TESTS_ZEND_QUEUE_ACTIVEMQ_ENABLED is not enabled in TestConfiguration.php');
     }
     parent::setUp();
 }
예제 #2
0
파일: DbTest.php 프로젝트: omusico/logica
 /**
  * Test setup
  */
 public function setUp()
 {
     if (!TESTS_ZEND_QUEUE_DB) {
         $this->markTestSkipped('TESTS_ZEND_QUEUE_DB is not enabled in TestConfiguration.php');
     }
     date_default_timezone_set('GMT');
     parent::setUp();
 }
예제 #3
0
 /**
  * Test setup
  */
 public function setUp()
 {
     if (!TESTS_ZEND_QUEUE_MEMCACHEQ_ENABLED) {
         $this->markTestSkipped('TESTS_ZEND_QUEUE_MEMCACHEQ_ENABLED is not enabled in TestConfiguration.php');
     }
     if (!extension_loaded('memcache')) {
         $this->markTestSkipped('memcache extension not loaded');
     }
     date_default_timezone_set('GMT');
     parent::setUp();
 }