You are here

public function TestSubContext::fileDelete in Panopoly 8.2

Same name and namespace in other branches
  1. 7 modules/panopoly/panopoly_test/behat/steps/panopoly_test.behat.inc \TestSubContext::fileDelete()

Delete a managed Drupal file.

Parameters

object $file: A file object to delete.

File

modules/panopoly/panopoly_test/behat/steps/panopoly_test.behat.inc, line 553
Provide Behat step-definitions for generic Panopoly tests.

Class

TestSubContext
Behat sub-context for Panopoly.

Code

public function fileDelete($file) {

  // @todo Implement for Drupal 8!
}