/** * @ticket 29801 */ public function test_build_value_compare_default_value_non_numeric() { $q = new WP_Date_Query(array()); $found = $q->build_value('foo', 'foo'); $this->assertFalse($found); }