コード例 #1
0
ファイル: Header.php プロジェクト: tave/smtpapi-php
 public function testSetSections()
 {
     $header = new Smtpapi\Header();
     $header->setSections(array('set_section_key' => 'set_section_value'));
     $this->assertEquals($this->t['set_sections'], $header->jsonString());
 }