Make WordPress Core


Ignore:
Timestamp:
02/29/2016 10:40:20 PM (8 years ago)
Author:
boonebgorges
Message:

Remove erroneous return in date_query test.

Introduced in [34989].

See #36016.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/dateQuery.php

    r35242 r36789  
    673673     */
    674674    public function test_date_query_hour_should_not_ignore_0() {
    675         return;
    676675        $p1 = self::factory()->post->create( array( 'post_date' => '2014-10-21 00:42:29', ) );
    677676        $p2 = self::factory()->post->create( array( 'post_date' => '2014-10-21 01:42:29', ) );
Note: See TracChangeset for help on using the changeset viewer.