Remove erroneous `return` in `date_query` test.

Introduced in [34989].

See #36016.

git-svn-id: https://develop.svn.wordpress.org/trunk@36789 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Boone Gorges 2016-02-29 22:40:20 +00:00
parent 2b19ef7b76
commit 1fb24d9e8d
1 changed files with 0 additions and 1 deletions

View File

@ -672,7 +672,6 @@ class Tests_Query_DateQuery extends WP_UnitTestCase {
* @ticket 34228
*/
public function test_date_query_hour_should_not_ignore_0() {
return;
$p1 = self::factory()->post->create( array( 'post_date' => '2014-10-21 00:42:29', ) );
$p2 = self::factory()->post->create( array( 'post_date' => '2014-10-21 01:42:29', ) );