Skip to content

Commit

Permalink
Merge pull request #95 from aik099/test-suite-method-return-type-fix
Browse files Browse the repository at this point in the history
Fixed return type of the "testDragDropOntoHiddenItself" test
  • Loading branch information
stof authored Jun 26, 2024
2 parents 69ffd8f + 538540b commit 3620283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Js/JavascriptTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function testDragDrop():void
}

// https://github.com/minkphp/MinkSelenium2Driver/pull/359
public function testDragDropOntoHiddenItself()
public function testDragDropOntoHiddenItself():void
{
$this->getSession()->visit($this->pathTo('/js_test.html'));
$webAssert = $this->getAssertSession();
Expand Down

0 comments on commit 3620283

Please sign in to comment.