コード例 #1
0
ファイル: FileTest.php プロジェクト: OliverMonneke/pennePHP
 /**
  *
  */
 public function testGetType()
 {
     $this->assertInternalType('string', $this->_file->getType());
 }