You appear to be a bot. Output may be restricted
Description
Usage
Tests_Admin_IncludesComment::test_should_respect_timezone_gmt();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/admin/includesComment.php
Lines:
1 to 3 of 3
public function test_should_respect_timezone_gmt() { $this->assertEquals( self::$post_id, comment_exists( 1, '2014-05-06 07:00:00', 'gmt' ) ); }