Example #1
0
 public function setUp()
 {
     $this->setBaseUrl(TEST_WEBROOT_URL_ALIAS_1);
     if (self::$skipAllTests) {
         $this->markTestSkipped();
     }
     parent::setUp();
 }
Example #2
0
 public function setUp()
 {
     if (self::$skipAllTests) {
         $this->markTestSkipped();
     }
     parent::setUp();
 }