attachImage() public method

public attachImage ( string $path, string $code = null )
$path string
$code string
Esempio n. 1
0
 /**
  * @When I attach the :path image without a code
  */
 public function iAttachImageWithoutACode($path)
 {
     $this->updatePage->attachImage($path);
 }