コード例 #1
0
ファイル: PsConstTest.php プロジェクト: ilivanoff/www
 /**
  * @covers PsConst::getPhpTypes
  */
 public function testGetPhpTypes()
 {
     $this->assertTrue(is_array(PsConst::getPhpTypes()));
     $this->assertNotEmpty(PsConst::getPhpTypes());
 }