Correct docblock.

Refs #3147
This commit is contained in:
mark_story 2014-03-29 20:19:34 -04:00
parent d05afe2899
commit d713ff2c6a

View file

@ -86,7 +86,7 @@ class CakeTestFixture {
* When table is created for a fixture the MEMORY engine is used
* where possible. Set $canUseMemory to false if you don't want this.
*
* @var array
* @var boolean
*/
public $canUseMemory = true;