Changeset 34310 for trunk/tests/phpunit/tests/comment/query.php
- Timestamp:
- 09/18/2015 07:27:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/query.php
r34212 r34310 1668 1668 $q1->query( array( 1669 1669 'post_id' => $p, 1670 'fields' => 'ids', 1670 1671 ) ); 1671 1672 … … 1675 1676 $q2->query( array( 1676 1677 'post_id' => $p, 1678 'fields' => 'ids', 1677 1679 'foo' => 'bar', 1678 1680 ) );
Note: See TracChangeset
for help on using the changeset viewer.