Browse Source

Tests: Start Chrome Driver with port specified

validate-url-parameter-for-upload-v1.6
Aleksander Machniak 4 months ago
parent
commit
3ed9e8afe1
  1. 2
      tests/Browser/TestCase.php

2
tests/Browser/TestCase.php

@ -37,7 +37,7 @@ abstract class TestCase extends PHPUnitTestCase
public static function prepare()
{
static::startWebServer();
static::startChromeDriver();
static::startChromeDriver(['--port=9515']);
}
/**

Loading…
Cancel
Save