Changeset 43571 for trunk/tests/phpunit/tests/meta.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/meta.php
r42343 r43571 145 145 // Test EXISTS and NOT EXISTS together, no users should be found 146 146 $this->assertEquals( 147 0, count( 147 0, 148 count( 148 149 get_users( 149 150 array( … … 164 165 165 166 $this->assertEquals( 166 2, count( 167 2, 168 count( 167 169 get_users( 168 170 array( … … 181 183 182 184 $this->assertEquals( 183 2, count( 185 2, 186 count( 184 187 get_users( 185 188 array(
Note: See TracChangeset
for help on using the changeset viewer.