Skip to content

Commit

Permalink
Add fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
topaz2 committed Aug 6, 2015
1 parent eed323d commit dccbce3
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Test/Fixture/BlockFixture.php
Original file line number Diff line number Diff line change
Expand Up @@ -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',
),

);

}

0 comments on commit dccbce3

Please sign in to comment.