Skip to content

Commit

Permalink
Merge branch '7.x' into 8.x
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jul 13, 2024
2 parents 7fd8615 + 5cdae35 commit 26e4ba5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG-7.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/testbench-dusk`.

## 7.44.0

Released: 2024-07-13

### Added

* Added `Orchestra\Testbench\Dusk\Options::using()` method to interacts with `Facebook\WebDriver\Chrome\ChromeOptions`.

### Changes

* Update minimum support for Testbench v7.43.0+. ([v7.42.2...v7.43.0](https://github.com/orchestral/testbench/compare/v7.42.2...v7.43.0))
* Update minimum support for Testbench Core v7.44.0+. ([v7.43.3...v7.44.0](https://github.com/orchestral/testbench/compare/v7.43.3...v7.44.0))

## 7.43.1

Released: 2024-06-02
Expand Down
2 changes: 0 additions & 2 deletions src/DuskServer.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

namespace Orchestra\Testbench\Dusk;

use Illuminate\Support\ProcessUtils;
use Laravel\Dusk\OperatingSystem;
use Orchestra\Testbench\Dusk\Exceptions\UnableToStartServer;
use Symfony\Component\Process\PhpExecutableFinder;
use Symfony\Component\Process\Process;
Expand Down

0 comments on commit 26e4ba5

Please sign in to comment.