adding block model data
This commit is contained in:
parent
505871865a
commit
919c77d8f1
1 changed files with 18 additions and 0 deletions
18
airtime_mvc/tests/application/testdata/BlockModelData.php
vendored
Normal file
18
airtime_mvc/tests/application/testdata/BlockModelData.php
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
Class BlockModelData
|
||||
{
|
||||
public static function getCriteriaSingleNewestLabelNada() {
|
||||
|
||||
return array(
|
||||
Array("name" => "sp_type", "value" => 0),
|
||||
Array("name" => "sp_type", "value" => 0),
|
||||
Array("name" => "sp_repeat_tracks", "value" => 0),
|
||||
Array("name" => "sp_sort_options", "value" => "newest"),
|
||||
Array("name" => "sp_limit_value", "value" => 1),
|
||||
Array("name" => "sp_limit_options", "value" => "items"),
|
||||
Array("name" => "sp_criteria_field_0_0", "value" => "label"),
|
||||
Array("name" => "sp_criteria_modifier_0_0", "value" => "contains"),
|
||||
Array("name" => "sp_criteria_value_0_0", "value" => "nada"),
|
||||
);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue