Make WordPress Core

Ticket #29781: 29781.patch

File 29781.patch, 448 bytes (added by boonebgorges, 10 years ago)
  • tests/phpunit/tests/query/dateQuery.php

    diff --git tests/phpunit/tests/query/dateQuery.php tests/phpunit/tests/query/dateQuery.php
    index 2f94c4a..7319cfe 100644
    class Tests_Query_DateQuery extends WP_UnitTestCase { 
    633633
    634634                $this->assertNotContains( "AND ( ( WEEK( post_date, 1 ) = 21 AND WEEK( post_date, 1 ) = 22 ) ) AND", $this->q->request );
    635635        }
    636 }
    637  No newline at end of file
     636}