Skip to content

Commit

Permalink
Add missing docblock.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed May 26, 2013
1 parent 2cd529a commit ee20400
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/Cake/TestSuite/Fixture/TestFixture.php
Expand Up @@ -63,6 +63,17 @@ class TestFixture {
*/
public $fields = array();

/**
* Configuration for importing fixture schema
*
* Accepts a `connection` and `table` key, to define
* which table and which connection contain the schema to be
* imported.
*
* @var array
*/
public $import = null;

/**
* Fixture records to be inserted.
*
Expand Down

0 comments on commit ee20400

Please sign in to comment.