binary() 공개 메소드

public binary ( )
예제 #1
0
파일: MailboxTest.php 프로젝트: horde/horde
 public function testBadInput()
 {
     /* @todo: Change in Horde_Imap_Client 3.0 to detect Exception, instead
      * of blank mailbox name. */
     $ob = new Horde_Imap_Client_Data_Format_Mailbox("foo");
     /* binary() call creates the blank string representation. */
     $this->assertFalse($ob->binary());
     $this->assertEquals('', strval($ob));
 }