Changeset 29964 for trunk/tests/phpunit/tests/meta/query.php
- Timestamp:
- 10/19/2014 06:53:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/meta/query.php
r29940 r29964 105 105 106 106 $expected1 = array( 107 'key' => 'foo1', 108 'compare' => 'baz1', 109 'value' => 'bar1', 107 'relation' => 'OR', 108 array( 109 'key' => 'foo1', 110 'compare' => 'baz1', 111 'value' => 'bar1', 112 ), 110 113 ); 111 114 $this->assertEquals( $expected1, $query->queries[1] );
Note: See TracChangeset
for help on using the changeset viewer.