The core doesn't expect to use a public config property - at best it does nothing, at worst it suggests to users they should create it
@@ -28,13 +28,6 @@ use Cake\TestSuite\TestCase;
class FileEngineTest extends TestCase {
/**
- * config property
- *
- * @var array
- */
- public $config = array();
-
-/**
* setUp method
*
* @return void