asCreatingAShareWith has no return

remotes/origin/external-storage-mountpoint-root
Joas Schilling 10 years ago
parent 9be7f4d19d
commit 985b11876f
  1. 2
      build/integration/features/bootstrap/Sharing.php

@ -58,7 +58,7 @@ trait Sharing{
* @param \Behat\Gherkin\Node\TableNode|null $body
*/
public function creatingShare($body) {
return $this->asCreatingAShareWith($this->currentUser, $body);
$this->asCreatingAShareWith($this->currentUser, $body);
}
/**

Loading…
Cancel
Save