You are here

protected property TestSubContext::$files in Drupal Commons 7.3

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

Type: array

File

tests/steps/commons_test.behat.inc, line 42
Provide Behat step-definitions for generic Commons tests.

Class

TestSubContext

Code

protected $files = array();