コード例 #1
0
ファイル: DirectoryStorageTest.php プロジェクト: thefox/imapd
 public function testGetDirectorySeperator()
 {
     $storage = new DirectoryStorage();
     $this->assertEquals(DIRECTORY_SEPARATOR, $storage->getDirectorySeperator());
 }