From 5dac5a595e82c35dcc069ab18136d6ac81a4ce21 Mon Sep 17 00:00:00 2001 From: Mark Scherer Date: Thu, 7 Jan 2016 23:21:17 +0100 Subject: [PATCH] Docs --- src/TestSuite/Fixture/TestFixture.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/TestSuite/Fixture/TestFixture.php b/src/TestSuite/Fixture/TestFixture.php index f7c6b41c98e..a7a9828c83b 100644 --- a/src/TestSuite/Fixture/TestFixture.php +++ b/src/TestSuite/Fixture/TestFixture.php @@ -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;