Jelajahi Sumber

travis run dusk

jqh 5 tahun lalu
induk
melakukan
4116009b52
1 mengubah file dengan 5 tambahan dan 4 penghapusan
  1. 5 4
      tests/ChromeProcess.php

+ 5 - 4
tests/ChromeProcess.php

@@ -12,10 +12,11 @@ class ChromeProcess extends BaseChromeProcess
 
         if ($this->onWindows()) {
             $this->driver = realpath(__DIR__.'/resources/drivers/chromedriver-win.exe');
-        } elseif ($this->onMac()) {
-            $this->driver = realpath(__DIR__.'/resources/drivers/chromedriver-mac');
-        } else {
-            $this->driver = realpath(__DIR__.'/resources/drivers/chromedriver-linux');
         }
+        //elseif ($this->onMac()) {
+        //    $this->driver = realpath(__DIR__.'/resources/drivers/chromedriver-mac');
+        //} else {
+        //    $this->driver = realpath(__DIR__.'/resources/drivers/chromedriver-linux');
+        //}
     }
 }