Changeset 951 in tests for trunk/tests/functions/listFilter.php
- Timestamp:
- 08/05/2012 11:24:35 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/tests/functions/listFilter.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/functions/listFilter.php
r909 r951 11 11 12 12 function setUp() { 13 parent::setUp(); 13 14 $this->array_list['foo'] = array( 'name' => 'foo', 'field1' => true, 'field2' => true, 'field3' => true, 'field4' => array( 'red' ) ); 14 15 $this->array_list['bar'] = array( 'name' => 'bar', 'field1' => true, 'field2' => true, 'field3' => false, 'field4' => array( 'green' ) );
Note: See TracChangeset
for help on using the changeset viewer.