Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Scherer committed Jan 7, 2016
1 parent 310c028 commit 5dac5a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/TestSuite/Fixture/TestFixture.php
Expand Up @@ -59,11 +59,11 @@ class TestFixture implements FixtureInterface
/**
* Configuration for importing fixture schema
*
* Accepts a `connection` and `table` key, to define
* Accepts a `connection` and `model` or `table` key, to define
* which table and which connection contain the schema to be
* imported.
*
* @var array
* @var array|null
*/
public $import = null;

Expand Down

0 comments on commit 5dac5a5

Please sign in to comment.