You are here

protected property TestSubContext::$files in Panopoly 7

Same name and namespace in other branches
  1. 8.2 modules/panopoly/panopoly_test/behat/steps/panopoly_test.behat.inc \TestSubContext::files

Keep track of files added by tests so they can be cleaned up.

Type: array

File

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

Class

TestSubContext

Code

protected $files = array();