Skip to content

Commit 3620283

Browse files
authored
Merge pull request #95 from aik099/test-suite-method-return-type-fix
Fixed return type of the "testDragDropOntoHiddenItself" test
2 parents 69ffd8f + 538540b commit 3620283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Js/JavascriptTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function testDragDrop():void
3131
}
3232

3333
// https://github.com/minkphp/MinkSelenium2Driver/pull/359
34-
public function testDragDropOntoHiddenItself()
34+
public function testDragDropOntoHiddenItself():void
3535
{
3636
$this->getSession()->visit($this->pathTo('/js_test.html'));
3737
$webAssert = $this->getAssertSession();

0 commit comments

Comments
 (0)