Changeset 36789 for trunk/tests/phpunit/tests/query/dateQuery.php
- Timestamp:
- 02/29/2016 10:40:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/dateQuery.php
r35242 r36789 673 673 */ 674 674 public function test_date_query_hour_should_not_ignore_0() { 675 return;676 675 $p1 = self::factory()->post->create( array( 'post_date' => '2014-10-21 00:42:29', ) ); 677 676 $p2 = self::factory()->post->create( array( 'post_date' => '2014-10-21 01:42:29', ) );
Note: See TracChangeset
for help on using the changeset viewer.