コード例 #1
0
ファイル: LeanFileTest.php プロジェクト: yuzhibiao/php-sdk
 public function testInitializeEmptyFileName()
 {
     $file = new LeanFile("");
     $this->assertEquals("", $file->getName());
 }