From dccbce38e245cf430f7da01a7be9fba3c1e75372 Mon Sep 17 00:00:00 2001 From: topaz2 Date: Fri, 7 Aug 2015 07:39:42 +0900 Subject: [PATCH] Add fixtures --- Test/Fixture/BlockFixture.php | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Test/Fixture/BlockFixture.php b/Test/Fixture/BlockFixture.php index 6e848fd..09a7ed9 100644 --- a/Test/Fixture/BlockFixture.php +++ b/Test/Fixture/BlockFixture.php @@ -281,6 +281,37 @@ class BlockFixture extends CakeTestFixture { 'key' => 'block_186', ), + //Topics plugin + array( + 'id' => '191', + 'language_id' => '2', + 'room_id' => '1', + 'plugin_key' => 'topics', + 'key' => 'block_191', + ), + array( + 'id' => '192', + 'language_id' => '2', + 'room_id' => '1', + 'to' => '2000-01-01 00:00:00', + 'plugin_key' => 'topics', + 'key' => 'block_192', + ), + array( + 'id' => '193', + 'language_id' => '2', + 'room_id' => '2', + 'plugin_key' => 'topics', + 'key' => 'block_193', + ), + array( + 'id' => '196', + 'language_id' => '2', + 'room_id' => '1', + 'plugin_key' => 'topics', + 'key' => 'block_196', + ), + ); }