예제 #1
0
 /**
  * @covers PsConst::getPhpTypes
  */
 public function testGetPhpTypes()
 {
     $this->assertTrue(is_array(PsConst::getPhpTypes()));
     $this->assertNotEmpty(PsConst::getPhpTypes());
 }