예제 #1
0
파일: tar.php 프로젝트: evanjt/core
 protected function setUp()
 {
     parent::setUp();
     if (OC_Util::runningOnWindows()) {
         $this->markTestSkipped('[Windows] tar archives are not supported on Windows');
     }
 }
예제 #2
0
파일: tar.php 프로젝트: Romua1d/core
 public function setUp()
 {
     if (OC_Util::runningOnWindows()) {
         $this->markTestSkipped('tar archives are not supported on windows');
     }
     parent::setUp();
 }
예제 #3
0
 protected function setUp()
 {
     parent::setUp();
     if (OC_Util::runningOnWindows()) {
         $this->markTestSkipped('[Windows] ');
     }
 }