Browse Source

remove unused property

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
AD7six 12 years ago
parent
commit
c80f741496
1 changed files with 0 additions and 7 deletions
  1. 0 7
      tests/TestCase/Cache/Engine/FileEngineTest.php

+ 0 - 7
tests/TestCase/Cache/Engine/FileEngineTest.php

@@ -28,13 +28,6 @@ use Cake\TestSuite\TestCase;
 class FileEngineTest extends TestCase {
 
 /**
- * config property
- *
- * @var array
- */
-	public $config = array();
-
-/**
  * setUp method
  *
  * @return void