Skip to content

Commit

Permalink
Merge pull request #181 from acidjazz/master
Browse files Browse the repository at this point in the history
support for phpunit 6.x
  • Loading branch information
taylorotwell authored Mar 9, 2017
2 parents 842d858 + 49d712e commit d471ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/MakesAssertions.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
namespace Laravel\Dusk\Concerns;

use Illuminate\Support\Str;
use PHPUnit_Framework_Assert as PHPUnit;
use PHPUnit\Framework\Assert as PHPUnit;
use Facebook\WebDriver\Exception\NoSuchElementException;

trait MakesAssertions
Expand Down

1 comment on commit d471ec2

@reganjohnson
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this fix: #99

Please sign in to comment.