Пример #1
0
 public function test_should_be_synced_with_wpghs()
 {
     $commit = new WordPress_GitHub_Sync_Commit(new stdClass());
     $commit->set_message('Commit message. - wpghs');
     $this->assertTrue($commit->already_synced());
 }